difference between map and map!

This commit is contained in:
mischa 2019-06-05 11:10:31 +02:00
parent 9e2dabb0e7
commit ee74a16407
1 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ or
:r!tmux show-buffer
</pre>
(3) Map in ~/.nexrc
(3) Map in ~/.nexrc (command mode)
<pre>
map gx !'mtmux load-buffer -<u>&lt;CTRL-V&gt;&lt;ENTER&gt;</u>
@ -280,7 +280,7 @@ map gp :r!tmux show-buffer<u>&lt;CTRL-V&gt;&lt;ENTER&gt;</u>
</pre>
## Remap ESC to ALT-i in ~/.nexrc
## Remap ESC to ALT-i in ~/.nexrc (insert mode)
<pre>
map! <u>&lt;CTRL-V&gt;&lt;ALT-i&gt;</u> <u>&lt;CTRL-V&gt;&lt;ESC&gt;</u>