From f1291daadc149f262821eac5e7e7ef7d34afe2a7 Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 29 Mar 2026 14:47:51 +0200 Subject: [PATCH] Add 'mc' as a file manager to + m --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index f827daa..8db9ee9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -32,6 +32,9 @@ bind-key F9 display-popup -d "#{pane_current_path}" -x C -y C -w 80% -h 80% -E ' # open a terminal popup bind-key t display-popup -d "#{pane_current_path}" -x C -y C -w 80% -h 80% -E +# Open a window containing a file manager +bind-key m display-popup -d "#{pane_current_path}" -x C -y C -w 80% -h 80% -E 'mc' + # Configure the plugin manager # List of plugins set -g @plugin 'tmux-plugins/tpm'