From b183b47787272e52dfaa80cc0e636c0f2cd654b3 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 31 Jul 2020 07:40:04 -0400 Subject: [PATCH] Committ some stuff before machine transfer --- aliases | 3 +++ tmux.conf | 2 +- vimrc | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/aliases b/aliases index 81c511b..8e2cee0 100644 --- a/aliases +++ b/aliases @@ -26,6 +26,8 @@ alias gca="git commit --amend" alias gcm="echo Do not specify message at command line. Use gc" alias gco="git checkout" alias gcp="git cherry-pick" +alias gcs="git commit -m '¯\_(ツ)_/¯'" +alias gct="git commit -m '( ͡° ͜ʖ ͡°)'" alias gd="git diff" alias gdc="git diff --cached" alias gds="git diff --stat" @@ -66,6 +68,7 @@ alias m="more" alias md="cd ~/dotfiles > /dev/null 2>&1; make; cd -1 > /dev/null 2>&1" alias mf="mkdir" alias mh="tmux new-session -A -s home" +alias mt="tmuxinator" alias mw="tmux new-session -A -s work" alias ne="npm-exec" alias pf="port-forward" diff --git a/tmux.conf b/tmux.conf index 351837b..e166d9b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -26,7 +26,7 @@ set-option -g base-index 1 setw -g pane-base-index 1 # history should be longer -set -g history-limit 10000 +set -g history-limit 100000 # no autorename set -g automatic-rename off diff --git a/vimrc b/vimrc index 367f940..c4f03a1 100644 --- a/vimrc +++ b/vimrc @@ -147,6 +147,7 @@ nnoremap BD :Bclose! " other map fj :%!python -m json.tool map fw :StripWhitespace +map gg :exe "!hub gist create -o %:p" map pm :set paste! map sa :Move % map sb :exe "!subl %:p:" . line(".")