zsh: alias and cmake configuration changes

This commit is contained in:
2026-02-21 18:19:50 +00:00
parent ecefe3b413
commit 0c7c1908d5
5 changed files with 17 additions and 1 deletions

6
zsh/keybind.zsh Normal file
View File

@@ -0,0 +1,6 @@
bindkey '^k' up-history
bindkey '^j' down-history
bindkey '^l' forward-word
bindkey '^h' backward-word