diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-11-19 21:38:20 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-11-19 21:38:20 +0100 |
commit | 369a0b4930728067e8ad383432162e3588c6bfb2 (patch) | |
tree | 06954d9af2286cb7e1a9920ccb57b5a13121bb7b /files/ranger/rifle.conf | |
parent | 26912b4fc817ea66621ce14407d328290bd69258 (diff) | |
download | configs-369a0b4930728067e8ad383432162e3588c6bfb2.tar.gz configs-369a0b4930728067e8ad383432162e3588c6bfb2.zip |
Tue 19 Nov 2019 09:38:20 PM CET
Diffstat (limited to 'files/ranger/rifle.conf')
-rw-r--r-- | files/ranger/rifle.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ranger/rifle.conf b/files/ranger/rifle.conf index 9ff08b4..d08f6f1 100644 --- a/files/ranger/rifle.conf +++ b/files/ranger/rifle.conf @@ -84,10 +84,8 @@ ext x?html?, has w3m, terminal = w3m "$@" #------------------------------------------- # Define the "editor" for text files as first action mime ^text, label editor = $EDITOR -- "$@" -mime ^text, label editor = tmux new-window -a -t 1 -n nvim "nvim $@" mime ^text, label pager = "$PAGER" -- "$@" !mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@" -!mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php = tmux new-window -a -t 1 -n nvim "nvim $@" !mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@" ext 1 = man "$1" |