Skip to content

Commit

Permalink
feat(intellij): add mappings for hippie completion
Browse files Browse the repository at this point in the history
Similar to vim's <C-N> and <C-P>.
  • Loading branch information
eliasnorrby committed Oct 20, 2020
1 parent d5fdf21 commit b651f3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editor/intellij/ideavim/ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ set commentary

let mapleader = " "

" === completion ===
imap <C-N> <C-O>:action HippieBackwardCompletion<CR>
imap <C-P> <C-O>:action HippieCompletion<CR>

" === new ===
nmap <leader>nc :action NewClass<CR>

Expand Down

0 comments on commit b651f3f

Please sign in to comment.