diff options
-rw-r--r-- | ranger/defaults/keys.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ranger/defaults/keys.py b/ranger/defaults/keys.py index f5b2c602..cbdf3c4c 100644 --- a/ranger/defaults/keys.py +++ b/ranger/defaults/keys.py @@ -26,7 +26,7 @@ fnc is a function which is called with the CommandArgument object. The CommandArgument object has these attributes: arg.fm: the file manager instance -arg.wdg: the widget or ui instance +arg.wdg: the current widget arg.n: the number typed before the key combination (if allowed) arg.keys: the string representation of the used key combination arg.keybuffer: the keybuffer instance @@ -166,7 +166,6 @@ def initialize_commands(map): map('gr', 'g/', fm.cd('/')) map('gm', fm.cd('/media')) map('gn', fm.cd('/mnt')) - map('gt', fm.cd('/tmp')) map('gs', fm.cd('/srv')) map('gR', fm.cd(RANGERDIR)) |