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 14f1bb5d..b76a9c7d 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -26,7 +26,7 @@ module Fm
 				end
 			end
 
-		when /^touch(.*)$/
+		when /^(?:O|touch)(.*)$/
 			str = $1
 			if str =~ /^\s?(.*)(<cr>|<esc>)$/
 				@buffer.clear
@@ -615,7 +615,7 @@ module Fm
 
 			/:[^<]*/
 			/[F/!].*/
-			/(r|ff|fr|cw|cm|co|cd|mv|gf).*/
+			/(O|r|ff|fr|cw|cm|co|cd|mv|gf).*/
 			/g(r(e(p(.*)?)?)?)?/
 			/m(k(d(i(r(.*)?)?)?)?)?/
 			/t(o(u(c(h(.*)?)?)?)?)?/