AutoYADM commit: 2024-12-01 00:45:01

This commit is contained in:
Daniel Fichtinger 2024-12-01 00:45:02 -05:00
parent 593a466970
commit c733f30f71
2 changed files with 2 additions and 2 deletions

View file

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

2
.zshrc
View file

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