diff options
| author | Steve Lee <me@xiangyangli.com> | 2017-11-14 18:18:18 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2017-11-14 18:18:18 +0800 |
| commit | 9ce5d8ab8e3f154bc85f0ac0bb04f0f8aefb292b (patch) | |
| tree | 1a0946459a950ae20b716e131a9962fadbf388f7 /dotfiles | |
| parent | 6e0f60c2b62c03edbd1eb1a29787f4eb9de20ea0 (diff) | |
| download | Personal-9ce5d8ab8e3f154bc85f0ac0bb04f0f8aefb292b.tar.xz Personal-9ce5d8ab8e3f154bc85f0ac0bb04f0f8aefb292b.zip | |
update
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> |
