More ideavimrc maps
This commit is contained in:
parent
6159b3e357
commit
830529fd68
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
||||||
noremap <Space> :
|
noremap <Space> :
|
||||||
|
inoremap <C-c> <Esc>
|
||||||
|
inoremap <C-g> <Esc>
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
" Use :actionlist [pattern] to find more actions
|
" Use :actionlist [pattern] to find more actions
|
||||||
noremap <Leader>v :action SearchEverywhere<CR>
|
noremap <Leader>v :action SearchEverywhere<CR>
|
||||||
|
|
@ -10,6 +12,7 @@ noremap <C-l> <C-w>l
|
||||||
noremap - :action GotoNextError<CR>
|
noremap - :action GotoNextError<CR>
|
||||||
noremap _ :action GotoPreviousError<CR>
|
noremap _ :action GotoPreviousError<CR>
|
||||||
noremap gq :action com.andrewbrookins.idea.wrap.WrapParagraphAction<CR>
|
noremap gq :action com.andrewbrookins.idea.wrap.WrapParagraphAction<CR>
|
||||||
|
noremap <Leader>pry odebugger;<Esc>
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
set showmatch
|
set showmatch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue