13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
Plug 'tpope/vim-surround'
|
|
|
|
set commentary
|
|
|
|
set visualbell
|
|
set ignorecase
|
|
set smartcase
|
|
set incsearch
|
|
set hlsearch
|
|
|
|
nnoremap gr :action ShowUsages<CR>
|
|
|