Splitting up docs
This commit is contained in:
committed by
Yan Pritzker
parent
827f1698a5
commit
287b3eff2b
7
doc/vim/keymaps.md
Normal file
7
doc/vim/keymaps.md
Normal file
@@ -0,0 +1,7 @@
|
||||
The files in `vim/settings` are customizations stored on a per-plugin
|
||||
basis. The main keymap is available in skwp-keymap.vim, but some of the vim
|
||||
files contain key mappings as well.
|
||||
|
||||
If you are having unexpected behavior, wondering why a particular key works the way it does,
|
||||
use: `:map [keycombo]` (e.g. `:map <C-\>`) to see what the key is mapped to. For bonus points, you can see where the mapping was set by using `:verbose map [keycombo]`.
|
||||
If you omit the key combo, you'll get a list of all the maps. You can do the same thing with nmap, imap, vmap, etc.
|
||||
Reference in New Issue
Block a user