devconf/.ideavimrc
2020-07-21 10:36:36 +02:00

13 lines
321 B
Text

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