mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 22:37:58 +01:00
many bug fixes, :cd and :pwd commands, ~ mapping
This commit is contained in:
@@ -504,6 +504,13 @@ vimperator.Mappings = function () //{{{
|
||||
flags: vimperator.Mappings.flags.COUNT
|
||||
}
|
||||
));
|
||||
addDefaultMap(new vimperator.Map([vimperator.modes.NORMAL], ["~"],
|
||||
function () { vimperator.open("~"); },
|
||||
{
|
||||
shortHelp: "Open home directory",
|
||||
help: "You can also use the hints to create the probably fastest file browser on earth."
|
||||
}
|
||||
));
|
||||
addDefaultMap(new vimperator.Map([vimperator.modes.NORMAL], ["gh"],
|
||||
BrowserHome,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user