mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-14 10:43:56 +01:00
add ideavimrc
This commit is contained in:
parent
59886442cb
commit
0e92578ee8
1 changed files with 7 additions and 0 deletions
7
dot_ideavimrc
Normal file
7
dot_ideavimrc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
set which-key
|
||||||
|
set hlsearch "highlight search: highlight matches - hls/nohls
|
||||||
|
set incsearch "incremental search: search while typing - is/nois
|
||||||
|
set ignorecase "ignore case during search - ic/noic
|
||||||
|
|
||||||
|
Plug 'machakann/vim-highlightedyank'
|
||||||
|
|
Loading…
Reference in a new issue