diff options
author | hut <hut@lavabit.com> | 2009-07-04 16:36:52 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-04 16:36:52 +0200 |
commit | 94af3cc7ab958d8ceed08b31143b7e0a6f487275 (patch) | |
tree | 31e832ce63ec40c13755501477b727dd3b2eaf27 | |
parent | 3181c245fef832344129b522311300e4a3075e85 (diff) | |
download | ranger-94af3cc7ab958d8ceed08b31143b7e0a6f487275.tar.gz |
small fix
-rw-r--r-- | code/keys.rb | 3 |
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 |