diff options
-rw-r--r-- | ranger/config/rc.conf | 4 |
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 |