diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c7963542..afb9a008 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -58,7 +58,7 @@ bind-key b set-option status bind -n M-v split-window -h -c "#{pane_current_path}" bind -n M-s split-window -v -c "#{pane_current_path}" -bind M-x kill-pane +bind -n M-x killp bind S command-prompt -p "rename session:" "rename-session '%%'" bind - copy-mode bind -n M-i next-window diff --git a/.zshrc b/.zshrc index a921eced..b8474c3f 100644 --- a/.zshrc +++ b/.zshrc @@ -50,7 +50,7 @@ alias autoyadm="AUTOYADMPUSH=1 ~/dev/autoyadm/autoyadm.sh" alias yadmadd="~/dev/autoyadm/yadmadd.sh" bindkey -r '^T' -bindkey -r '\M-x' +bindkey -r '\ex' # Created by `pipx` on 2024-09-20 02:14:00 export PATH="$PATH:/home/fic/.local/bin"