More ideavimrc maps

This commit is contained in:
Hunter Haugen 2019-05-17 13:24:37 -07:00
parent 6159b3e357
commit 830529fd68
Signed by: hunner
GPG key ID: EF99694AA599DDAD

View file

@ -1,4 +1,6 @@
noremap <Space> :
inoremap <C-c> <Esc>
inoremap <C-g> <Esc>
let mapleader = ","
" Use :actionlist [pattern] to find more actions
noremap <Leader>v :action SearchEverywhere<CR>
@ -10,6 +12,7 @@ noremap <C-l> <C-w>l
noremap - :action GotoNextError<CR>
noremap _ :action GotoPreviousError<CR>
noremap gq :action com.andrewbrookins.idea.wrap.WrapParagraphAction<CR>
noremap <Leader>pry odebugger;<Esc>
set ignorecase
set smartcase
set showmatch