difference between map and map!
This commit is contained in:
parent
9e2dabb0e7
commit
ee74a16407
4
index.md
4
index.md
|
@ -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><CTRL-V><ENTER></u>
|
||||
|
@ -280,7 +280,7 @@ map gp :r!tmux show-buffer<u><CTRL-V><ENTER></u>
|
|||
</pre>
|
||||
|
||||
|
||||
## Remap ESC to ALT-i in ~/.nexrc
|
||||
## Remap ESC to ALT-i in ~/.nexrc (insert mode)
|
||||
|
||||
<pre>
|
||||
map! <u><CTRL-V><ALT-i></u> <u><CTRL-V><ESC></u>
|
||||
|
|
Loading…
Reference in New Issue