Add terminal keybinds

This commit is contained in:
Riyyi
2018-01-08 00:31:10 +01:00
parent 1bc87431e6
commit 83538cede1
+7
View File
@@ -45,6 +45,13 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' menu select
# Bind keys
bindkey '\eOd' backward-word
bindkey '\eOc' forward-word
bindkey '\e[7~' beginning-of-line
bindkey '\e[3~' delete-char
bindkey '\e[8~' end-of-line
# History
setopt APPEND_HISTORY
setopt EXTENDED_HISTORY