Compare commits

...

2 Commits

Author SHA1 Message Date
pmcc 29000adce7 Merge branch 'flow' 2025-08-05 07:44:55 -04:00
pmcc f404788868 More zsh keybinds 2025-08-05 07:44:05 -04:00
+2
View File
@@ -7,6 +7,8 @@
bindkey "^A" beginning-of-line
bindkey "^E" end-of-line
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
alias ls='ls --color=auto'
alias grep='grep --color=auto'