diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-02 14:22:19 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-02 14:22:19 +0300 |
commit | 06ebba4c53dc2751a2aad1cbccb870bb7db6dc07 (patch) | |
tree | 3ed4a5006d7f66b54bcf7e32df2add4bcf9a5911 /dotfiles/.config/ranger/rc.conf | |
parent | 348fd5f7ffd4586b8599615dd453dcc61af3ace7 (diff) | |
download | swayrice-06ebba4c53dc2751a2aad1cbccb870bb7db6dc07.tar.gz swayrice-06ebba4c53dc2751a2aad1cbccb870bb7db6dc07.zip |
HUGE home cleanup
Diffstat (limited to 'dotfiles/.config/ranger/rc.conf')
-rw-r--r-- | dotfiles/.config/ranger/rc.conf | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/dotfiles/.config/ranger/rc.conf b/dotfiles/.config/ranger/rc.conf index db1e95a..2d88df8 100644 --- a/dotfiles/.config/ranger/rc.conf +++ b/dotfiles/.config/ranger/rc.conf @@ -88,7 +88,7 @@ map i display_file map ? help map W display_log map w taskview_open -map ss shell nohup $TERMINAL& +map ss shell nohup $TERMINAL > ~/.cache/nohup.out 2>&1 </dev/null & map S shell $SHELL map : console @@ -434,14 +434,14 @@ map oR cd / map o? cd /usr/share/doc/ranger map oh cd ~ -map od cd ~/Documents -map oD cd ~/Downloads -map omm cd ~/Music -map opp cd ~/Pictures -map opw cd ~/Pictures/wallpapers -map ops cd ~/Pictures/screenshots -map ovv cd ~/Videos -map or cd ~/Repositories +map od cd $XDG_DOCUMENTS_DIR +map oD cd ~/dls +map omm cd ~/music +map opp cd ~/pics +map opw cd ~/pics/wallpapers +map ops cd ~/pics/screenshots +map ovv cd ~/vids +map or cd ~/repos map os cd ~/.local/bin map ocf cd ~/.config map omd cd /run/media @@ -449,14 +449,14 @@ map omd cd /run/media # New tab shortcuts map Oh tab_new ~ -map Od tab_new ~/Documents -map OD tab_new ~/Downloads -map Omm tab_new ~/Music -map Opp tab_new ~/Pictures -map Opw tab_new ~/Pictures/wallpapers -map Ops tab_new ~/Pictures/screenshots -map Ovv tab_new ~/Videos -map Or tab_new ~/Repositories +map Od tab_new ~/docs +map OD tab_new ~/dls +map Omm tab_new ~/music +map Opp tab_new ~/pics +map Opw tab_new ~/pics/wallpapers +map Ops tab_new ~/pics/screenshots +map Ovv tab_new ~/vids +map Or tab_new ~/repos map Os tab_new ~/.local/bin map Ocf tab_new ~/.config map Omd tab_new /run/media |