Files
dotfiles/.ideavimrc
Johannes Knopp 81a9d1bf4d update .ideavimrc
2025-03-27 15:09:28 +01:00

18 lines
225 B
Plaintext

" Plugins
set surround
set commentary
set highlightedyank
set which-key
" Default settings
set visualbell
set ignorecase
set smartcase
set incsearch
set hlsearch
set scrolloff=10
" Binds
nnoremap gr :action ShowUsages<CR>