summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-06 15:26:13 +0100
committerhut <hut@lavabit.com>2010-03-06 15:26:13 +0100
commita2ebf4e247155c32b1d777f7eac80b4d5722bb54 (patch)
tree6be682a2fecca673bc397dfea786b290d3da0284
parent6e8576d25cb00844459107201429b1addb22b07c (diff)
downloadranger-a2ebf4e247155c32b1d777f7eac80b4d5722bb54.tar.gz
"term" combination is now ",term"
-rw-r--r--ranger/defaults/keys.py2
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