aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.vimperatorrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.vimperatorrc')
-rw-r--r--dotfiles/.vimperatorrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.vimperatorrc b/dotfiles/.vimperatorrc
index f58e8b8..b3779bd 100644
--- a/dotfiles/.vimperatorrc
+++ b/dotfiles/.vimperatorrc
@@ -35,8 +35,8 @@ noremap <BS> <C-o>
" Open debug
noremap <leader>f <F12>
-" Map e to jump to tab by tab number(With tree tab plugin)
-noremap e gt
+" Map q to jump to tab by tab number(With tree tab plugin)
+noremap q gt
" Sometimes when you need navigation bar
noremap <leader>nn :set gui=nonavigation<CR>