update .ideavimrc
This commit is contained in:
@ -1,12 +1,17 @@
|
|||||||
Plug 'tpope/vim-surround'
|
" Plugins
|
||||||
|
set surround
|
||||||
set commentary
|
set commentary
|
||||||
|
set highlightedyank
|
||||||
|
set which-key
|
||||||
|
|
||||||
|
" Default settings
|
||||||
set visualbell
|
set visualbell
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set smartcase
|
set smartcase
|
||||||
set incsearch
|
set incsearch
|
||||||
set hlsearch
|
set hlsearch
|
||||||
|
set scrolloff=10
|
||||||
|
|
||||||
|
" Binds
|
||||||
nnoremap gr :action ShowUsages<CR>
|
nnoremap gr :action ShowUsages<CR>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user