mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 07:58:00 +01:00
fixed motion commands in textarea
This commit is contained in:
@@ -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":
|
||||||
@@ -190,7 +192,7 @@ function Editor() //{{{
|
|||||||
vimperator.beep();
|
vimperator.beep();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (cmd)
|
switch (cmd)
|
||||||
{
|
{
|
||||||
case "d":
|
case "d":
|
||||||
|
|||||||
Reference in New Issue
Block a user