Buncha other fixes

This commit is contained in:
Hunter Haugen 2025-05-19 16:03:55 -07:00
parent feacf83360
commit e14b06fb2b
Signed by: hunner
GPG key ID: EF99694AA599DDAD
10 changed files with 20 additions and 46 deletions

View file

@ -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