about summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorChristian Zangl <laktak@cdak.net>2019-07-18 14:33:30 +0200
committerChristian Zangl <laktak@cdak.net>2019-07-18 15:05:11 +0200
commitc51e5af03f06b8a126a40a1a5af4f2b03277374a (patch)
treedf02a7dffd6711dba35bc919aa521dd6728c89b8 /examples
parent5003eb7ef0486f6563fa7e57864d51e3aa5b28b0 (diff)
downloadranger-c51e5af03f06b8a126a40a1a5af4f2b03277374a.tar.gz
Added a make_safe_path parameter to paste
It allows you to specify your own function to generate the path for conflicting files.
Diffstat (limited to 'examples')
-rw-r--r--examples/rc_emacs.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf
index 583fce5c..0462282e 100644
--- a/examples/rc_emacs.conf
+++ b/examples/rc_emacs.conf
@@ -335,8 +335,8 @@ map <A-d>  console rename%space
 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 conflict=rename_ext
-map <C-y>o  paste conflict=overwrite
+map <C-y>y  paste
+map <C-y>o  paste overwrite=True
 map <C-y>l  paste_symlink relative=False
 map <C-y>L  paste_symlink relative=True
 map <C-y>hl paste_hardlink