mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
11 lines
131 B
VimL
11 lines
131 B
VimL
|
" Vim :loadkeymap command (after ":")
|
||
|
|
||
|
scriptencoding utf-8
|
||
|
|
||
|
let b:keymap_name = "syntax-test"
|
||
|
|
||
|
:loadkeymap
|
||
|
|
||
|
a A Basic mapping
|
||
|
|