bepo.nvim/after/ftplugin/fugitive.vim
Clément Joly 1f1c6cd850 feat: add support for some plugin
Same as upstream
2022-05-07 21:05:09 +00:00

10 lines
306 B
VimL

" vim-bepo - Plugin vim pour disposition de clavier bépo
" Maintainer: Micha Moskovic
" save old 's' mapping to enable sort
if !exists("s:s_map") "check needed to avoid mapping to remapped 's'
let s:s_map = maparg("s","n")
endif
execute "nnoremap <silent> <buffer> k " . s:s_map
nunmap <buffer> s