Skip to content

Commit ed00155

Browse files
committed
Add some information about mapping the meta key
1 parent 477bfb7 commit ed00155

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/move.txt

+6
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ keys. Your can specify the key modifier that uses in key bindings with >
2929
3030
let g:move_key_modifier = 'M'
3131
32+
Mapping the meta ("alt") key may not work on certain terminals, in this case
33+
you have to map each key directly and may have to use an escape sequence using
34+
<C-v>. On Mac you may also have to change the interpretation of the meta key
35+
in the options (Terminal: "Use Option as Meta key", iTerm: "Left option key
36+
acts as +Esc").
37+
3238
All mappings can be prefixed with a {count} and will move {count} steps
3339
instead of one.
3440

0 commit comments

Comments
 (0)