feat: Adds mini-ai, ghostty config updates, tmux config updates.

This commit is contained in:
2024-12-29 09:07:18 -05:00
parent 9ead148f34
commit 963fcd2810
7 changed files with 74 additions and 37 deletions

View File

@@ -58,10 +58,10 @@ bind \\ splitw -h
bind - splitw -v
# Use Alt-arrow keys to navigate panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
# bind -n M-Left select-pane -L
# bind -n M-Right select-pane -R
# bind -n M-Up select-pane -U
# bind -n M-Down select-pane -D
# Close a pane quickly
bind-key -r K kill-pane
@@ -73,7 +73,7 @@ bind -n M-h previous-window
bind -n M-l next-window
bind C-l send-keys 'C-l'
bind f run-shell "tmux display-popup -E -w 80% -h 80% ~/.local/scripts/tmux-sessionator"
bind f run-shell "tmux display-popup -E -w 80% -h 80% $SCRIPTS/tmux-sessionator"
bind-key -r C run-shell -b "~/.local/scripts/tmux-sessionator ~/.dotfiles"
unbind s
bind s run-shell -b "~/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch"