Add some important ideavimrc stuff

This commit is contained in:
Leon Grünewald 2020-07-21 10:36:36 +02:00
parent fd117d7747
commit 83516ba8a9

View file

@ -1,2 +1,13 @@
let mapleader=" " let mapleader=" "
" https://github.com/easymotion/vim-easymotion
set 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