1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:52:25 +01:00

fixed motion commands in textarea

This commit is contained in:
Martin Stubenschrott
2007-09-14 04:42:42 +00:00
parent 03556d5f7c
commit 25d5a118ac

View File

@@ -144,6 +144,8 @@ function Editor() //{{{
count--; count--;
} }
vimperator.modes.set(vimperator.modes.VISUAL, vimperator.modes.TEXTAREA);
switch (motion) switch (motion)
{ {
case "j": case "j":