diff options
author | katherine <shmibs@shmibbles.me> | 2017-01-17 07:52:33 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2017-01-17 07:52:33 -0700 |
commit | a20939cab1eb4329d753c3472e5a905cf46b8ab2 (patch) | |
tree | 8a8e63c5d7cdb793491dadd709bc960c3bd8a05d | |
parent | 0c79833f2e0e3c8ec4672d12327f671a1fd76661 (diff) | |
download | dotfiles-a20939cab1eb4329d753c3472e5a905cf46b8ab2.tar.gz |
remap ranger delete command
-rw-r--r-- | .config/ranger/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 15eca50..72384f2 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -359,7 +359,7 @@ map pL paste_symlink relative=True map phl paste_hardlink map pht paste_hardlinked_subtree -map dD console delete +map de delete map dd cut map ud uncut |