summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-04 19:27:06 -0500
committerdoy <doy@tozt.net>2009-01-04 19:27:06 -0500
commit4175b6bf141c7c3afe49d5a0187cb479af914664 (patch)
tree0586baecb28a9700eb061eb2fc08789e3906ffb4 /vimrc
parent7f68618228419cf5e0a21b5798fa73fad2dfe7ca (diff)
downloadconf-4175b6bf141c7c3afe49d5a0187cb479af914664.tar.gz
conf-4175b6bf141c7c3afe49d5a0187cb479af914664.zip
use the enter/backspace maps for tab navigation globally
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 5a97091..4fdc067 100644
--- a/vimrc
+++ b/vimrc
@@ -420,6 +420,8 @@ inoremap <silent> <C-a> <ESC>u:set paste<CR>.:set nopaste<CR>gi
" }}}
" Ctags {{{
nmap <Leader>t :silent !ctags -a %<CR><C-L>
+nmap <CR> <C-]>
+nmap <BS> <C-T>
" }}}
" Nopaste {{{
function s:nopaste(visual)