From 70e67e12631acaf849e494eac1d8391ba3d23846 Mon Sep 17 00:00:00 2001 From: Dominic Monroe Date: Mon, 11 Jan 2016 21:39:32 +0000 Subject: [PATCH] Mention terminal mode in remapping --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5ebcab..fa8530e 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Technically Vim comes with a whopping 12 modes, 6 of them can be mapped: | `:cmap` | `:cnoremap` | command-line | | `:omap` | `:onoremap` | operator-pending | | `:imap` | `:inoremap` | insert | +| `:tmap` | `:tnoremap` | terminal | E.g. this defines the mapping for normal mode only: