mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Updated tmux config
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 ------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user