updated tmux config and plugins, added tmuxp to dotfiles

This commit is contained in:
liph
2026-02-23 17:37:56 +01:00
parent 8925d9677e
commit f901141e5f
11 changed files with 139 additions and 7 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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