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:
parent
1882bdb719
commit
a9ccb078e6
4
.zshrc
4
.zshrc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user