diff options
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,7 @@ nmap <Space> <Leader> " Plugins options let g:ctrlp_map = '<c-p>' +let g:ctrlp_cmd = 'CtrlPBuffer' let g:ctrlp_by_filename = 1 let g:ctrlp_working_path_mode = 'r' let g:ctrlp_show_hidden = 1 @@ -151,6 +152,7 @@ nnoremap <Leader>sc :source %<cr> nnoremap <Leader>es :UltiSnipsEdit<Return> nnoremap <Leader>i mxgg=G'x + " Other maps nnoremap <Return> o<Esc> nnoremap <s-Return> O<Esc> |