Ver código fonte

ideavimrc: add ideaput and map C-n, C-p

raylu 6 anos atrás
pai
commit
64642afeb2
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      ideavimrc

+ 3 - 0
ideavimrc

@@ -10,6 +10,7 @@ set sidescrolloff=10
 set foldminlines=2
 set foldlevelstart=1
 set foldnestmax=2
+set clipboard+=ideaput
 
 set surround
 
@@ -19,5 +20,7 @@ map zm zM
 map zi zR
 map H zc
 map L :action ExpandRegionRecursively<CR>
+map <C-n> :action NextTab<CR>
+map <C-p> :action PreviousTab<CR>
 inoremap <C-d> <C-t>
 inoremap <C-a> <C-d>