Add ideavimrc
This commit is contained in:
parent
477e1cc341
commit
02320e00d4
1 changed files with 14 additions and 0 deletions
14
.ideavimrc
Normal file
14
.ideavimrc
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
noremap <Space> :
|
||||
let mapleader = ","
|
||||
noremap <Leader>v :action SearchEverywhere<CR>
|
||||
noremap <C-h> <C-w>h
|
||||
noremap <C-j> <C-w>j
|
||||
noremap <C-k> <C-w>k
|
||||
noremap <C-l> <C-w>l
|
||||
noremap - :action GotoNextError<CR>
|
||||
noremap _ :action GotoPreviousError<CR>
|
||||
set ignorecase
|
||||
set smartcase
|
||||
set showmatch
|
||||
set hlsearch
|
||||
set incsearch
|
||||
Loading…
Add table
Add a link
Reference in a new issue