Files
dotfiles/.ideavimrc
Johannes Knopp 05148ebeb5 fix fzf
2025-03-29 11:45:58 +01:00

20 lines
240 B
Plaintext

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