Various updates

This commit is contained in:
Hunter Haugen 2019-01-23 12:15:39 -08:00
parent 22e0a89d14
commit 7b51f5caf8
Signed by: hunner
GPG key ID: EF99694AA599DDAD
6 changed files with 34 additions and 6 deletions

View file

@ -1,5 +1,6 @@
noremap <Space> :
let mapleader = ","
" Use :actionlist [pattern] to find more actions
noremap <Leader>v :action SearchEverywhere<CR>
noremap <Leader>c :action ActivateTerminalToolWindow<CR>
noremap <C-h> <C-w>h
@ -8,6 +9,7 @@ noremap <C-k> <C-w>k
noremap <C-l> <C-w>l
noremap - :action GotoNextError<CR>
noremap _ :action GotoPreviousError<CR>
noremap gq :action com.andrewbrookins.idea.wrap.WrapParagraphAction<CR>
set ignorecase
set smartcase
set showmatch