mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
committed by
Justin M. Keyes
parent
ad6bbe4468
commit
9081cad514
@@ -22,6 +22,8 @@ setlocal noexpandtab
|
||||
setlocal tabstop=8
|
||||
setlocal softtabstop=8
|
||||
setlocal shiftwidth=8
|
||||
setlocal wrap
|
||||
setlocal breakindent
|
||||
|
||||
setlocal nonumber
|
||||
setlocal norelativenumber
|
||||
@@ -31,6 +33,8 @@ setlocal nolist
|
||||
setlocal nofoldenable
|
||||
|
||||
if !exists('g:no_plugin_maps') && !exists('g:no_man_maps')
|
||||
nnoremap <silent> <buffer> j gj
|
||||
nnoremap <silent> <buffer> k gk
|
||||
nnoremap <silent> <buffer> gO :call man#show_toc()<CR>
|
||||
nnoremap <silent> <buffer> <C-]> :Man<CR>
|
||||
nnoremap <silent> <buffer> K :Man<CR>
|
||||
|
||||
Reference in New Issue
Block a user