Mention terminal mode in remapping

This commit is contained in:
Dominic Monroe 2016-01-11 21:39:32 +00:00
parent 51f0117fd6
commit 70e67e1263

View File

@ -155,6 +155,7 @@ Technically Vim comes with a whopping 12 modes, 6 of them can be mapped:
| `:cmap` | `:cnoremap` | command-line | | `:cmap` | `:cnoremap` | command-line |
| `:omap` | `:onoremap` | operator-pending | | `:omap` | `:onoremap` | operator-pending |
| `:imap` | `:inoremap` | insert | | `:imap` | `:inoremap` | insert |
| `:tmap` | `:tnoremap` | terminal |
E.g. this defines the mapping for normal mode only: E.g. this defines the mapping for normal mode only: