Add some important ideavimrc stuff
This commit is contained in:
parent
fd117d7747
commit
83516ba8a9
1 changed files with 11 additions and 0 deletions
11
.ideavimrc
11
.ideavimrc
|
@ -1,2 +1,13 @@
|
|||
let mapleader=" "
|
||||
|
||||
" https://github.com/easymotion/vim-easymotion
|
||||
set easymotion
|
||||
" https://github.com/terryma/vim-multiple-cursors
|
||||
set multiple-cursors
|
||||
" https://github.com/tpope/vim-commentary
|
||||
set commentary
|
||||
" https://github.com/tpope/vim-surround
|
||||
set surround
|
||||
|
||||
" Copy to system clipboard as well
|
||||
set clipboard+=unnamed
|
||||
|
|
Loading…
Reference in a new issue