aboutsummaryrefslogtreecommitdiff
path: root/files/ranger/rifle.conf
diff options
context:
space:
mode:
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"