From 72ec3b0dc9c82d6053164d98bad5ce55f95cde88 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 23 Dec 2024 19:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-23 19:30:02 --- .config/tmux/tmux.conf | 8 ++++++-- .zshrc | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index cc61413e..59e63aed 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -78,7 +78,11 @@ bind Down resize-pane -D 5 # bind -n M-Down resize-pane -D 5 bind - copy-mode -bind -n M-u next-window -bind -n M-l previous-window +# bind -n M-u next-window +bind u next-window +# bind -n M-l previous-window +bind l previous-window + +bind -n M-j swap-pane -D run '/usr/share/tmux-plugin-manager/tpm' diff --git a/.zshrc b/.zshrc index 55ce2a9e..155387bc 100644 --- a/.zshrc +++ b/.zshrc @@ -57,6 +57,7 @@ alias tnt="tmux new-session -t" alias svenv="source .venv/bin/activate" alias szsh="source ~/.zshrc" alias vzsh="vim ~/.zshrc" +alias vtmux="vim ~/.config/tmux/tmux.conf" alias icat="kitty +kitten icat" alias iecho="xclip -selection clipboard -t image/png -o >" alias vn=viewnior