Skip to content

Commit

Permalink
Update ideaVim
Browse files Browse the repository at this point in the history
  • Loading branch information
im-vicky authored Jan 27, 2024
1 parent 948e52a commit 33e6364
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ideaVim
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ nmap ;d <Action>(Debug)
nmap <leader>e <Action>(GotoNextError)
nmap <leader>E <Action>(GotoPreviousError)

nmap f <leader><leader>w
nmap F <leader><leader>b
nmap f <leader><leader>s
nmap <leader>f /
nmap ;f <Action>(ReformatCode)

nmap ;g <Action>(ShowIntentionActions)
nmap <leader>gc <Action>(Generate)
nmap <leader>gl <Action>(Vcs.Show.Log)
nmap gb <Action>(Back)
nmap gf <Action>(Forward)



nmap <leader>h <Action>(JumpToLastChange)
Expand Down Expand Up @@ -79,7 +79,9 @@ nmap <leader>n :NERDTreeToggle<cr>
nmap <leader>q <Action>(CloseContent)
nmap <leader>Q <Action>(ReopenClosedTab)

nmap s <leader><leader>s
nmap <leader>s <Action>(CodeCompletion)
nmap s <Action>(FindInPath)


nmap ( <Action>(PreviousTab)
nmap ) <Action>(NextTab)
Expand Down

0 comments on commit 33e6364

Please sign in to comment.