Commit 011971bc88b2dda4cba8c04ae23daf65acb2e766 Parent: 5e4234bb2bc38c52223ff03b41154a4bd31d3b37 Author: mcol <mcol@posteo.net> Date: 2019-03-02 20:12:46 +0000 Committer: mcol <mcol@posteo.net> Committed: 2019-03-02 20:12:46 +0000 add trash dir to ranger shortcuts, git checkout to ranger cmds
rc.conf Modified
@@ -620,7 +620,7 @@ map f console scout -ftsea%space # open split in tmux -map ev eval import shlex; fm.run("tmux splitw -v rifle " + shlex.quote(fm.thisfile.basename)) +map L eval import shlex; fm.run("tmux splitw -h rifle " + shlex.quote(fm.thisfile.basename)) # shortcuts map gh cd ~ @@ -649,9 +649,10 @@ map gC cd ~/documents/C map gD cd ~/Downloads map gz cd ~/.zsh -map gt cd ~/.local/share/Trash/files +map gB cd ~/.local/share/Trash/files -# view git diffs +# git map bd shell git diff --color=always %s | less -r map bD shell git diff --color=always | less -r map ba shell git add %s +map bc console shell git checkout%space