-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Probably it's just me, but I am used to deleting a single character using the Backspace
key and a Word using Ctrl+Backspace
.
In version 0.20-3
the default behaviour is exactly switched. I worked around that:
# Use powerline
USE_POWERLINE="true"
# Source mnajaro-zsh-configuration
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
source /usr/share/zsh/manjaro-zsh-config
fi
# Use manjaro zsh prompt
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
source /usr/share/zsh/manjaro-zsh-prompt
fi
# Nils Fenner's key bindings
bindkey '^H' backward-delete-char # Backspace -> delete last char
bindkey '^?' backward-kill-word # Ctrl+Backspace -> delete last word
Metadata
Metadata
Assignees
Labels
No labels