diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/.vimperatorrc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dotfiles/.vimperatorrc b/dotfiles/.vimperatorrc index b3779bd..ffde1c8 100644 --- a/dotfiles/.vimperatorrc +++ b/dotfiles/.vimperatorrc @@ -24,9 +24,9 @@ inoremap <C-a> <C-Home><C-S-End> noremap d <C-d> noremap e <C-u> -" Jump to related tab +" Jump to tab noremap <S-k> <C-p> -noremap <S-j> <c-n> +noremap <S-j> gt "Jump to next or by the tab number " Colse the current tab noremap x d @@ -35,9 +35,6 @@ noremap <BS> <C-o> " Open debug noremap <leader>f <F12> -" 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> noremap <leader>n :set gui=navigation<CR> |
