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'