aboutsummaryrefslogtreecommitdiff
path: root/files/ranger/rifle.conf
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2019-11-19 21:38:20 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2019-11-19 21:38:20 +0100
commit369a0b4930728067e8ad383432162e3588c6bfb2 (patch)
tree06954d9af2286cb7e1a9920ccb57b5a13121bb7b /files/ranger/rifle.conf
parent26912b4fc817ea66621ce14407d328290bd69258 (diff)
downloadconfigs-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.conf2
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"