alias updates

This commit is contained in:
2013-07-23 23:20:06 -04:00
parent a33f3bc004
commit ee6c2ed3a6
3 changed files with 12 additions and 3 deletions

2
vimrc
View File

@@ -103,7 +103,7 @@ map <leader>gs :Gstatus<CR>
map <leader>gw :!git add . && git commit -m 'WIP' && git push<cr>
map <leader>nn :sp ~/Dropbox/notes/programming-notes<cr>
map <Leader>p :set paste<CR>o<esc>"*]p:set nopaste<cr>
map <leader>pn :sp ~/Dropbox/work/redwood/notes/project-notes<cr>
map <leader>pn :sp ~/Dropbox/notes/project-notes<cr>
map <leader>rf :CommandTFlush<cr>
" Remove trailing whitespace on save all files.