1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Fix alt-left/right in termite

This commit is contained in:
Joe Groocock 2016-04-01 17:39:45 +01:00
parent 1882bdb719
commit a9ccb078e6

4
.zshrc
View File

@ -15,8 +15,8 @@ setopt appendhistory autocd extendedglob
export WORDCHARS='*?_[]~=&;!#$%^(){}'
bindkey -e
bindkey "\e$terminfo[kcub1]" backward-word
bindkey "\e$terminfo[kcuf1]" forward-word
bindkey "\e[1;3C" forward-word
bindkey "\e[1;3D" backward-word
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line