Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions airootfs/etc/skel/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ SAVEHIST=10000
# Use emacs key bindings
bindkey -e

# Ctrl+ backspace delets the word

bindkey '^H' backward-kill-word
bindkey '5~' kill-word

# [PageUp] - Up a line of history
if [[ -n "${terminfo[kpp]}" ]]; then
bindkey -M emacs "${terminfo[kpp]}" up-line-or-history
Expand Down