diff options
-rw-r--r-- | code/fm.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/fm.rb b/code/fm.rb index f172840f..84b9835f 100644 --- a/code/fm.rb +++ b/code/fm.rb @@ -26,8 +26,6 @@ module Fm COPY_PRIORITY = -2 COLUMNS = 4 - VI = "vi -c 'map h :quit<CR>' -c 'map q :quit<CR>'" << - " -c 'map H :unmap h<CR>:unmap H<CR>' %s" def self.initialize(pwd=nil) @bars = [] |