From 8be178ebc3fa863e543e3df3f85ca76b20ce4017 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 6 Jul 2009 17:54:05 +0200 Subject: fixed E key --- code/keys.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'code') diff --git a/code/keys.rb b/code/keys.rb index 21a6335e..ce23e8a9 100644 --- a/code/keys.rb +++ b/code/keys.rb @@ -367,11 +367,8 @@ module Fm fork do exec 'x-terminal-emulator' end when 'E' - cf = currentfile.path - unless cf.nil? or enter_dir_safely(cf) - closei - system VI % cf - starti + externally do + Action.run(RunContext.new(getfiles, nil, nil, 'editor')) end when /^[ri](\d*)([adetw]*)[ri]$/ -- cgit 1.4.1-2-gfad0 b2af22414dca3dc7db2a2'/> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/examples/bash_subshell_notice.sh
blob: 4c9269c4c3d3aaa724c429ff0e94f334cab9df3d (plain) (tree)
1
2
3
4
5
6
7