diff options
Diffstat (limited to 'examples/rc_emacs.conf')
-rw-r--r-- | examples/rc_emacs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf index aab083f4..e8b76ff2 100644 --- a/examples/rc_emacs.conf +++ b/examples/rc_emacs.conf @@ -318,8 +318,8 @@ map <C-x>wn shell -f echo -n %f | xsel -i; xsel -o | xsel -i -b map <C-x>= chmod map <A-d> console rename%space -map <C-e> eval fm.open_console('rename ' + fm.thisfile.basename) -map <C-a> eval fm.open_console('rename ' + fm.thisfile.basename, position=7) +map <C-e> eval fm.open_console('rename ' + fm.thisfile.relative_path) +map <C-a> eval fm.open_console('rename ' + fm.thisfile.relative_path, position=7) map <C-y>y paste map <C-y>o paste overwrite=True |