From 2224d0c4e6627d266daf64a42f9bf0af7d6c5ac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 11 Aug 2024 17:51:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(tmux):=20add=20new=20bindings?= =?UTF-8?q?=20for=20sessionx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/plugins.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index 72a12052..f950719c 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -35,6 +35,16 @@ set -g @sessionx-preview-ratio '65%' set -g @sessionx-window-height '95%' set -g @sessionx-window-width '95%' set -g @sessionx-tmuxinator-mode 'on' +set -g @sessionx-bind-window-mode 'alt-w' +set -g @sessionx-bind-tree-mode 'alt-t' +set -g @sessionx-bind-new-window 'alt-c' +set -g @sessionx-bind-rename-session 'alt-r' +set -g @sessionx-bind-kill-session 'alt-q' +set -g @sessionx-bind-configuration-path 'alt-e' +set -g @sessionx-bind-back 'alt-b' + +# Floax +set -g @floax-border-color 'white' # Ressurrect & Continuum set -g @resurrect-capture-pane-contents 'on'