From d15d3b406f547aec570858edc803efed339448d1 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 9 Oct 2023 22:11:29 -0400 Subject: [PATCH] Updated tmux config --- tmux/tmux.conf | 6 +++--- zsh/config/.zshrc | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 59aea17..f97ea80 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -70,9 +70,9 @@ bind -n M-h previous-window bind -n M-L next-window bind C-l send-keys 'C-l' -bind-key -r f run-shell "tmux neww ~/.local/scripts/tmux-sessionator" -bind-key -r C run-shell "tmux neww ~/.local/scripts/tmux-sessionator ~/.dotfiles" -bind-key -r S run-shell -b "~/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch" +bind f run-shell "tmux display-popup -E -w 80% -h 80% ~/.local/scripts/tmux-sessionator" +bind-key -r C run-shell -b "~/.local/scripts/tmux-sessionator ~/.dotfiles" +bind S run-shell -b "~/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch" # reload new changes bind-key r source-file ~/.config/tmux/tmux.conf\; \display-message "source-file done" diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index 5e90a02..b0bc2dc 100644 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -54,7 +54,6 @@ fpath_prepend() { done } && export fpath_prepend - # last arg will be first in path path_prepend \ "/usr/local/bin" \ @@ -132,7 +131,7 @@ _comp_options+=(globdots) # Include hidden files. # Prompt / managed by brew. (`brew install pure`) autoload -Uz promptinit; promptinit -prompt -s pure +prompt pure #------------------------------ aliases ------------------------------