diff options
Diffstat (limited to 'code/keys.rb')
-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 |