mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:08:00 +01:00
fixed motion commands in textarea
This commit is contained in:
@@ -144,6 +144,8 @@ function Editor() //{{{
|
||||
count--;
|
||||
}
|
||||
|
||||
vimperator.modes.set(vimperator.modes.VISUAL, vimperator.modes.TEXTAREA);
|
||||
|
||||
switch (motion)
|
||||
{
|
||||
case "j":
|
||||
@@ -190,7 +192,7 @@ function Editor() //{{{
|
||||
vimperator.beep();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
switch (cmd)
|
||||
{
|
||||
case "d":
|
||||
|
||||
Reference in New Issue
Block a user