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

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>