diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -378,6 +378,7 @@ " 2017.09.19: " * Set 'backspace=2' because that doesn't get set by default on some " Vims. +" * Add <leader>mk to save a Vim session file. " @@ -739,6 +740,9 @@ nnoremap <leader>gp :!git log -p -- %<cr> " Copy the current file path into the OS X pasteboard nnoremap <leader>cf :call system('pbcopy', expand('%'))<cr> +" Save the current session to a file +nnoremap <leader>mk :mksession! vimsession<cr> + " Project Settings |