1
0
nvim-config/after/ftplugin/man.vim
2015-02-13 04:22:27 +01:00

13 lines
180 B
VimL

set readonly
set nomod
set nolist
set nocursorcolumn
set colorcolumn=0
set tabstop=8
map q :q<CR>
map <SPACE> <C-D>
map b <C-U>
nmap K :Man <C-R>=expand(\\\"<cword>\\\")<CR><CR>