diff options
author | hut <hut@lavabit.com> | 2010-03-06 15:26:13 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-06 15:26:13 +0100 |
commit | a2ebf4e247155c32b1d777f7eac80b4d5722bb54 (patch) | |
tree | 6be682a2fecca673bc397dfea786b290d3da0284 | |
parent | 6e8576d25cb00844459107201429b1addb22b07c (diff) | |
download | ranger-a2ebf4e247155c32b1d777f7eac80b4d5722bb54.tar.gz |
"term" combination is now ",term"
-rw-r--r-- | ranger/defaults/keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/keys.py b/ranger/defaults/keys.py index 6ffcca52..89dd3d98 100644 --- a/ranger/defaults/keys.py +++ b/ranger/defaults/keys.py @@ -84,7 +84,7 @@ def initialize_commands(command_list): # ---------------------------------------------------- run programs bind('s', fm.execute_command(os.environ['SHELL'])) bind('E', fm.edit_file()) - bind('term', fm.execute_command('x-terminal-emulator', flags='d')) + bind(',term', fm.execute_command('x-terminal-emulator', flags='d')) bind('du', fm.execute_command('du --max-depth=1 -h | less')) # -------------------------------------------------- toggle options |