Add 'mc' as a file manager to <bind> + m
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user