From 5b5d9d0cecf3be595737b40ec5dba63b690f53c8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 19 Sep 2017 05:18:52 +0200 Subject: vimrc: Add mk mapping to save Vim session I had previously defined this command as 'af83'-project-specific. Now I've become used to it and want to use it everywhere, so promote it to a global mapping. --- projects/af83.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'projects') diff --git a/projects/af83.vim b/projects/af83.vim index 2617c2e..75544a7 100644 --- a/projects/af83.vim +++ b/projects/af83.vim @@ -5,9 +5,6 @@ augroup af83 autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* \ let g:pick_command = "ag -l -a -p './.agignore' -g ''" - autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* - \ nnoremap mk :mksession! vimsession - autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* \ let g:rspec_command = "!bundle exec spring rspec {spec}" augroup END -- cgit v1.2.3