From 966fdc088b9be4efe50cbb441c4af431eba3a700 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 24 Dec 2024 16:15:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-24 16:15:02 --- .config/tmux/tmux.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5340b1f1..84693e7d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -76,6 +76,14 @@ set -g @easymotion-key 's' # prefix + T set -g @plugin '27medkamal/tmux-session-wizard' +# prefix + g +set -g @plugin 'sturob/tmux-teleport' + +# Prefix f to open main fzf +# Prefix C-w to open window switcher +TMUX_FZF_LAUNCH_KEY="C-f" +set -g @plugin 'sainnhe/tmux-fzf' +bind-key C-w run-shell -b "/home/fic/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch" # TODO: # https://github.com/whame/tmux-modal @@ -141,6 +149,7 @@ bind-key b set-option status # Enable vi keys in copy mode set-window-option -g mode-keys vi + # Copy mode # TODO: binding to cancel copy mode without selecting bind v copy-mode