mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-12 09:52:28 +00:00
chore(config): tmux fixes, added tms binds
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -95,6 +95,11 @@ bind Escape copy-mode
|
||||
unbind p
|
||||
bind p paste-buffer
|
||||
|
||||
# tms bindings
|
||||
bind C-f display-popup -E "tms"
|
||||
bind C-w display-popup -E "tms windows"
|
||||
bind C-s display-popup -E "tms switch"
|
||||
bind C-r display-popup -E "tms refresh"
|
||||
|
||||
# ╭──────────────────────────────────────────────────────────╮
|
||||
# │ Plugins │
|
||||
@@ -142,7 +147,6 @@ run-shell "$HOME/.config/tmux/plugins/tmux-continuum/continuum.tmux"
|
||||
run-shell "$HOME/.config/tmux/plugins/tmux-sessionist/sessionist.tmux"
|
||||
run-shell "$HOME/.config/tmux/plugins/tmux-yank/yank.tmux"
|
||||
run-shell "$HOME/.config/tmux/plugins/tmux-current-pane-hostname/current_pane_hostname.tmux"
|
||||
run-shell "$HOME/.config/tmux/plugins/tmux-dark-notify/main.tmux"
|
||||
run-shell "$HOME/.config/tmux/plugins/tmux-fzf-url/fzf-url.tmux"
|
||||
|
||||
|
||||
@@ -153,3 +157,5 @@ run-shell "$HOME/.config/tmux/theme-activate.sh"
|
||||
|
||||
# If we started tmux with a session name, rename it.
|
||||
run-shell "$HOME/.config/tmux/rename-session.sh"
|
||||
|
||||
run-shell "$HOME/.config/tmux/plugins/tmux-dark-notify/main.tmux"
|
||||
|
||||
Reference in New Issue
Block a user