Committ some stuff before machine transfer

This commit is contained in:
Andrew Tomaka 2020-07-31 07:40:04 -04:00
parent e81fdbe2cd
commit b183b47787
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -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

1
vimrc
View file

@ -147,6 +147,7 @@ nnoremap <silent> <Leader>BD :Bclose!<CR>
" other
map <Leader>fj :%!python -m json.tool<cr>
map <Leader>fw :StripWhitespace<cr>
map <Leader>gg :exe "!hub gist create -o %:p"<cr><cr>
map <Leader>pm :set paste!<cr>
map <Leader>sa :Move %<tab>
map <Leader>sb :exe "!subl %:p:" . line(".")<cr><cr>