1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:50:05 +08:00
SpaceVim/bundle/vim-bepo/after/ftplugin/fugitive.vim
2020-06-13 14:06:35 +08: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