updated tmux config and plugins, added tmuxp to dotfiles
This commit is contained in:
@@ -52,7 +52,9 @@ alias nlof="~/scripts/fzf_listoldfiles.sh"
|
||||
|
||||
# tmux
|
||||
alias ta='tmux attach'
|
||||
alias tn='tmux new'
|
||||
# alias tn='tmux new'
|
||||
alias tnh='tmuxp load ~/.tmuxp/home.yaml'
|
||||
alias tnc='tmuxp load ~/.tmuxp/coding.yaml'
|
||||
alias tns='~/scripts/tmux-sessionizer.sh'
|
||||
|
||||
# eza
|
||||
|
||||
@@ -46,3 +46,5 @@ export PATH="$HOME/.local/share/nvim/mason/bin:$PATH"
|
||||
# you-should-use settings (optional)
|
||||
# export YSU_MESSAGE_POSITION="after" # Show reminder after command output
|
||||
# export YSU_HARDCORE=0 # Prevent execution if alias exists (probably too aggressive)
|
||||
|
||||
export GTK_FILE_CHOOSER_BACKEND="yazi"
|
||||
|
||||
@@ -57,6 +57,7 @@ eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/zen.toml)"
|
||||
# bindkey -e
|
||||
# bindkey '^p' history-search-backward
|
||||
# bindkey '^n' history-search-forward
|
||||
bindkey -s '^T' ' tea^M ^M'
|
||||
|
||||
# History
|
||||
HISTSIZE=5000
|
||||
|
||||
Reference in New Issue
Block a user