about summary refs log tree commit diff stats
path: root/code/keys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/keys.rb')
-rw-r--r--code/keys.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/keys.rb b/code/keys.rb
index 1026017b..81876019 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -8,7 +8,6 @@ module Fm
 			g y c Z cu
 			ter ta S ?? ?g ?f ?m ?l ?c ?o ?z
 			o m ` ' go
-			deleteI\ am   ddI\ am
 
 			um
 
@@ -25,6 +24,7 @@ module Fm
 		need_confirmation = %w[
 			delete
 			dd
+			dfd
 		]
 
 
@@ -125,7 +125,7 @@ module Fm
 			@pwd.schedule
 
 		when 'dfd' + Option.confirm_string
-			cf = currrentfile
+			cf = currentfile
 			if cf and cf.exists?
 				cf.delete!
 				@pwd.schedule