Skip to content

Commit

Permalink
.zshrc: just some quick keybinding changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrElendig committed Apr 6, 2017
1 parent 23797ba commit ab65a2b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .zshrc
Expand Up @@ -40,26 +40,16 @@ export LS_COLORS
#------------------------------
bindkey -v
typeset -g -A key
#bindkey '\e[3~' delete-char
bindkey '\e[1~' beginning-of-line
bindkey '\e[4~' end-of-line
#bindkey '\e[2~' overwrite-mode
bindkey '^?' backward-delete-char
bindkey '^[[1~' beginning-of-line
bindkey '^[[5~' up-line-or-history
bindkey '^[[3~' delete-char
bindkey '^[[4~' end-of-line
bindkey '^[[6~' down-line-or-history
bindkey '^[[A' up-line-or-search
bindkey '^[[D' backward-char
bindkey '^[[B' down-line-or-search
bindkey '^[[C' forward-char
# for rxvt
bindkey "\e[8~" end-of-line
bindkey "\e[7~" beginning-of-line
# for gnome-terminal
bindkey "\eOH" beginning-of-line
bindkey "\eOF" end-of-line
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line

#------------------------------
# Alias stuff
Expand Down

0 comments on commit ab65a2b

Please sign in to comment.