adjust things my way

This commit is contained in:
Thomas Ruoff
2017-08-14 23:37:35 +02:00
committed by Thomas Ruoff
parent bc1bd4f5e6
commit 0331a6f779
15 changed files with 18 additions and 140 deletions

View File

@@ -3,15 +3,3 @@ stty -ixon
# vi mode
bindkey -v
bindkey "^F" vi-cmd-mode
# handy keybindings
bindkey "^A" beginning-of-line
bindkey "^E" end-of-line
bindkey "^K" kill-line
bindkey "^R" history-incremental-search-backward
bindkey "^P" history-search-backward
bindkey "^Y" accept-and-hold
bindkey "^N" insert-last-word
bindkey "^Q" push-line-or-edit
bindkey -s "^T" "^[Isudo ^[A" # "t" for "toughguy"