Buncha other fixes
This commit is contained in:
parent
feacf83360
commit
e14b06fb2b
10 changed files with 20 additions and 46 deletions
|
|
@ -1,6 +1,6 @@
|
|||
noremap <Space> :
|
||||
inoremap <C-c> <Esc>
|
||||
inoremap <C-g> <Esc>
|
||||
"inoremap <C-g> <Esc>
|
||||
let mapleader = ","
|
||||
" Use :actionlist [pattern] to find more actions
|
||||
noremap <Leader>v :action SearchEverywhere<CR>
|
||||
|
|
@ -17,6 +17,7 @@ noremap _ :action GotoPreviousError<CR>
|
|||
noremap gq :action com.andrewbrookins.idea.wrap.WrapParagraphAction<CR>
|
||||
noremap <Leader>pry odebugger;<Esc>
|
||||
nnoremap <Return> :noh<CR>
|
||||
noremap <C-g> :action ActivateProjectToolWindow<CR>
|
||||
set ignorecase
|
||||
set smartcase
|
||||
set showmatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue