diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-28 10:32:01 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-04-08 14:48:51 +0100 |
commit | 0a96a5bd4db8b17cbeb623c1ce5c2b3a2049003b (patch) | |
tree | 7bc845a8fa9ab4b3ee65e31b435fd72ac38c2581 | |
parent | d8290edfa799ab5a7713391dcf8e635c485a75ef (diff) |
Use <tab> to switch to alternate file
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -209,7 +209,7 @@ let g:localvimrc_whitelist='/home/*' let g:NERDTreeHijackNetrw = 0 " Remembrall -let g:remembrall_window = 'enew' +nnoremap <silent> ,, :call remembrall#remind('n', '')<cr> " Ultisnips let g:UltiSnipsEditSplit="horizontal" @@ -355,6 +355,7 @@ nnoremap <silent> ]B :BufSurfForward<cr>:bd! #<cr> " Alternate file nnoremap <bs> +nnoremap <tab> " Source current file nnoremap ,s :source %<cr> |