Added del bind to zshrc

This commit is contained in:
Luka Jankovic 2026-08-14 19:35:00 +02:00
parent 7c32e21594
commit 9ca1d401f8

1
.zshrc
View file

@ -6,6 +6,7 @@ bindkey '5~' kill-word
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
bindkey -s '^O' 'cd ..\n'
bindkey "\e[3~" delete-char
# Vars
export GOPATH=$HOME/.local/go