AutoYADM commit: 2024-12-24 16:15:02
This commit is contained in:
parent
3c5fec405c
commit
966fdc088b
1 changed files with 9 additions and 0 deletions
|
@ -76,6 +76,14 @@ set -g @easymotion-key 's'
|
||||||
|
|
||||||
# prefix + T
|
# prefix + T
|
||||||
set -g @plugin '27medkamal/tmux-session-wizard'
|
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:
|
# TODO:
|
||||||
# https://github.com/whame/tmux-modal
|
# https://github.com/whame/tmux-modal
|
||||||
|
@ -141,6 +149,7 @@ bind-key b set-option status
|
||||||
# Enable vi keys in copy mode
|
# Enable vi keys in copy mode
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
|
|
||||||
# Copy mode
|
# Copy mode
|
||||||
# TODO: binding to cancel copy mode without selecting
|
# TODO: binding to cancel copy mode without selecting
|
||||||
bind v copy-mode
|
bind v copy-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue