summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-03-12 20:48:33 +0100
committerhut <hut@lepus.uberspace.de>2015-03-12 20:48:33 +0100
commit32c81feeee9d1a9116cf2daa963e5382a95b4ca6 (patch)
treedd249866bed0040eb8ca65f3b7c97ebff323793f
parent81b65ab18a805b333fc08315d28695c8732ad314 (diff)
downloadranger-32c81feeee9d1a9116cf2daa963e5382a95b4ca6.tar.gz
config/rc.conf: remapped <DELETE> to dD
-rw-r--r--ranger/config/rc.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index c6622845..21c685d5 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -273,7 +273,7 @@ map <END>      move to=-1
 map <PAGEDOWN> move down=1   pages=True
 map <PAGEUP>   move up=1     pages=True
 map <CR>       move right=1
-map <DELETE>   console delete
+#map <DELETE>   console delete
 map <INSERT>   console touch 
 
 # VIM-like
@@ -337,6 +337,8 @@ map pL paste_symlink relative=True
 map phl paste_hardlink
 map pht paste_hardlinked_subtree
 
+map dD console delete
+
 map dd cut
 map ud uncut
 map da cut mode=add