mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +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 -n M-L next-window
|
||||||
bind C-l send-keys 'C-l'
|
bind C-l send-keys 'C-l'
|
||||||
|
|
||||||
bind-key -r f run-shell "tmux neww ~/.local/scripts/tmux-sessionator"
|
bind f run-shell "tmux display-popup -E -w 80% -h 80% ~/.local/scripts/tmux-sessionator"
|
||||||
bind-key -r C run-shell "tmux neww ~/.local/scripts/tmux-sessionator ~/.dotfiles"
|
bind-key -r C run-shell -b "~/.local/scripts/tmux-sessionator ~/.dotfiles"
|
||||||
bind-key -r S run-shell -b "~/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch"
|
bind S run-shell -b "~/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch"
|
||||||
|
|
||||||
# reload new changes
|
# reload new changes
|
||||||
bind-key r source-file ~/.config/tmux/tmux.conf\; \display-message "source-file done"
|
bind-key r source-file ~/.config/tmux/tmux.conf\; \display-message "source-file done"
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ fpath_prepend() {
|
|||||||
done
|
done
|
||||||
} && export fpath_prepend
|
} && export fpath_prepend
|
||||||
|
|
||||||
|
|
||||||
# last arg will be first in path
|
# last arg will be first in path
|
||||||
path_prepend \
|
path_prepend \
|
||||||
"/usr/local/bin" \
|
"/usr/local/bin" \
|
||||||
@@ -132,7 +131,7 @@ _comp_options+=(globdots) # Include hidden files.
|
|||||||
|
|
||||||
# Prompt / managed by brew. (`brew install pure`)
|
# Prompt / managed by brew. (`brew install pure`)
|
||||||
autoload -Uz promptinit; promptinit
|
autoload -Uz promptinit; promptinit
|
||||||
prompt -s pure
|
prompt pure
|
||||||
|
|
||||||
#------------------------------ aliases ------------------------------
|
#------------------------------ aliases ------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user