diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-22 15:34:55 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-22 15:34:55 +0100 |
commit | 89bbaab24c6ddf08c1fb7b68a0e3b866bab6a9de (patch) | |
tree | 5efb084c644dc8d348296623cd2493041db3b222 /vim/vimrc | |
parent | 396d1f06d05804343ac3ba12d94579be005e97af (diff) |
Added mapping for tab in normal mode
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -151,6 +151,7 @@ nnoremap <Leader>sv :source ~/.vim/vimrc<cr> nnoremap <Leader>sc :source %<cr> nnoremap <Leader>es :UltiSnipsEdit<Return> nnoremap <Leader>i mxgg=G'x +nnoremap <tab> <C-^> " Other maps |