mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-05 04:34:12 +01:00
Fix some command-opening key bindings.
This commit is contained in:
@@ -910,7 +910,7 @@ var Tabs = Module("tabs", {
|
||||
if (count != null)
|
||||
tabs.switchTo(String(count));
|
||||
else
|
||||
CommandExMode.open("buffer! ");
|
||||
CommandExMode().open("buffer! ");
|
||||
},
|
||||
{ count: true });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user