diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/af83.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/projects/af83.vim b/projects/af83.vim index 2617c2e..75544a7 100644 --- a/projects/af83.vim +++ b/projects/af83.vim @@ -6,8 +6,5 @@ augroup af83 \ let g:pick_command = "ag -l -a -p './.agignore' -g ''" autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* - \ nnoremap <buffer> <leader>mk :mksession! vimsession<cr> - - autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AF83/* \ let g:rspec_command = "!bundle exec spring rspec {spec}" augroup END |