Add 'mc' as a file manager to <bind> + m

This commit is contained in:
2026-03-29 14:47:51 +02:00
parent 5f4e209521
commit f1291daadc

View File

@@ -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 # open a terminal popup
bind-key t display-popup -d "#{pane_current_path}" -x C -y C -w 80% -h 80% -E 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 # Configure the plugin manager
# List of plugins # List of plugins
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'