feat(tmux): add terminal overlay binding with leader+t
This commit is contained in:
@@ -62,6 +62,7 @@
|
|||||||
bind -r l select-pane -R
|
bind -r l select-pane -R
|
||||||
bind -r r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded"
|
bind -r r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded"
|
||||||
bind q display-popup -E -w 60% -h 60% -d '#{session_path}' 'nvim quicknote.md'
|
bind q display-popup -E -w 60% -h 60% -d '#{session_path}' 'nvim quicknote.md'
|
||||||
|
bind t display-popup -E -w 60% -h 60% -d '#{pane_current_path}' '$SHELL'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user