diff options
author | toonn <toonn@toonn.io> | 2019-10-02 17:17:49 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2019-10-02 17:17:49 +0200 |
commit | e4aba195da97997cb89c6b2e9acdcf47284304a9 (patch) | |
tree | 576f27f82091f112d91f214106e77412f9aab5ba | |
parent | dbf52a12846d18b084b7978d4e0f5cb78cbdc9e3 (diff) | |
download | ranger-e4aba195da97997cb89c6b2e9acdcf47284304a9.tar.gz |
Remove MC-like F9 binding for :trash
Provide a commented out alternative for the `<F8>` `:delete` key binding.
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 7167b488..61ce77aa 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -401,7 +401,7 @@ map <F5> copy map <F6> cut map <F7> console mkdir%space map <F8> console delete -map <F9> console trash +#map <F8> console trash map <F10> exit # In case you work on a keyboard with dvorak layout |