diff --git a/vimrc b/vimrc index c4e6339..5670436 100644 --- a/vimrc +++ b/vimrc @@ -243,6 +243,7 @@ if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}' setl textwidth=72 endif +map s :mksession! " Restore session if Session.vim exists function! RestoreSession() if argc() == 0 && filereadable("Session.vim") "vim called without arguments