diff options
author | katherine <ageha@airen-no-jikken.icu> | 2024-10-11 07:49:35 +1000 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2024-10-11 07:49:35 +1000 |
commit | 78652fc12b69150ebd82b95fb80c1ddd9422fcdb (patch) | |
tree | fb759ce475baa4c281c9759bb4d2f8327e23519a | |
parent | a4b9007bec6a8439ccf580fad90e09c6319d1790 (diff) | |
download | dotfiles-78652fc12b69150ebd82b95fb80c1ddd9422fcdb.tar.gz |
remove ranger bookmark bindings
-rw-r--r-- | .config/ranger/rc.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 9eb0573..a7c0037 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -565,10 +565,7 @@ map zf console filter%space # Bookmarks map `<any> enter_bookmark %any map '<any> enter_bookmark %any -map m<any> set_bookmark %any -map um<any> unset_bookmark %any -map m<bg> draw_bookmarks copymap m<bg> um<bg> `<bg> '<bg> # Generate all the chmod bindings with some python help: |