18 lines
225 B
Plaintext
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>
|
|
|