diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-01-27 23:59:34 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-01-27 23:59:34 +0300 |
commit | 3a3a9e672485216ed4e1281ab0ed8883d138eaa4 (patch) | |
tree | e64f17d61d516488972546c8e39c5843c6c4d48e /dotfiles | |
parent | adc9c78a4f01b908fce746a3e997e8ef670e46fa (diff) | |
download | swayrice-3a3a9e672485216ed4e1281ab0ed8883d138eaa4.tar.gz swayrice-3a3a9e672485216ed4e1281ab0ed8883d138eaa4.zip |
updated ranger shortcuts
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.config/ranger/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index cfecef0..5a56a0e 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -443,7 +443,7 @@ map opw cd ~/Pictures/wallpapers map ops cd ~/Pictures/screenshots map ovv cd ~/Video map or cd ~/Repositories -map os cd ~/.scripts +map os cd ~/.local/bin map ocf cd ~/.config map omd cd /run/media @@ -458,7 +458,7 @@ map Opw tab_new ~/Pictures/wallpapers map Ops tab_new ~/Pictures/screenshots map Ovv tab_new ~/Video map Or tab_new ~/Repositories -map Os tab_new ~/.scripts +map Os tab_new ~/.local/bin map Ocf tab_new ~/.config map Omd tab_new /run/media |