chore: A bunch of things.

Themery for nvim, tmux theme, zsh stuff
This commit is contained in:
2024-01-03 15:12:33 +00:00
parent 203921b304
commit 9435f9d024
17 changed files with 457 additions and 153 deletions

View File

@@ -1,8 +1,5 @@
# ~/.config/zsh/qol.zsh
bindkey '^H' backward-kill-path-component
bindkey '^[[3;5~' kill-word
backup() {
cp $1 $1.bak
}