devconf/.ideavimrc

14 lines
321 B
Text
Raw Normal View History

2020-07-02 10:57:22 +00:00
let mapleader=" "
2020-07-21 08:36:36 +00:00
" https://github.com/easymotion/vim-easymotion
2020-07-02 10:57:22 +00:00
set easymotion
2020-07-21 08:36:36 +00:00
" 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