about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-04 16:36:52 +0200
committerhut <hut@lavabit.com>2009-07-04 16:36:52 +0200
commit94af3cc7ab958d8ceed08b31143b7e0a6f487275 (patch)
tree31e832ce63ec40c13755501477b727dd3b2eaf27 /code
parent3181c245fef832344129b522311300e4a3075e85 (diff)
downloadranger-94af3cc7ab958d8ceed08b31143b7e0a6f487275.tar.gz
small fix
Diffstat (limited to 'code')
-rw-r--r--code/keys.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/code/keys.rb b/code/keys.rb
index 94b60859..96f1bafb 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -2,7 +2,7 @@ module Fm
 	# ALL combinations of multiple keys (but without the last letter)
 	# or regexps which match combinations need to be in here!
 	COMBS = %w(
-		g d df y c Z delet cu
+		g d seriouslyd y c Z delet cu
 		ter ta S ?? ?g ?f ?m ?l ?c ?o ?z
 		o m ` ' go
 
@@ -89,7 +89,6 @@ module Fm
 		when 'X'
 			@bars.last.kill unless @bars.empty?
 
-
 		when 'cp', 'yy'
 			@copy = selection
 			@cut = false