We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477bfb7 commit ed00155Copy full SHA for ed00155
doc/move.txt
@@ -29,6 +29,12 @@ keys. Your can specify the key modifier that uses in key bindings with >
29
30
let g:move_key_modifier = 'M'
31
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
+
38
All mappings can be prefixed with a {count} and will move {count} steps
39
instead of one.
40
0 commit comments