Skip to content

Commit

Permalink
add a few configs to ideavimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rafamoreira committed Jan 8, 2023
1 parent 6359596 commit 9114c6f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions vim/.ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ set timeoutlen = 5000
let g:WhichKey_ShowVimActions = "true"

let mapleader = ","
nnoremap <leader>vv :action org.jetbrains.plugins.ruby.rails.actions.navigation.SwitchToView<CR>
map <leader>t :NERDTreeToggle<CR>
map <leader>o :NERDTreeToggle<CR>
map <leader>h :NERDTreeFind<CR>
nnoremap <leader>r :action Replace<CR>
set showcmd
set showmode
set showmatch


set undolevels=10000

"ruby
nnoremap <leader>vv :action org.jetbrains.plugins.ruby.rails.actions.navigation.SwitchToView<CR>

0 comments on commit 9114c6f

Please sign in to comment.