Initialize configurations
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
# To see the key combo you want to use just do:
|
||||
# cat > /dev/null
|
||||
# And press it
|
||||
|
||||
bindkey "^K" kill-whole-line # ctrl-k
|
||||
# bindkey "^R" history-incremental-search-backward # ctrl-r
|
||||
#bindkey "^A" beginning-of-line # ctrl-a
|
||||
#bindkey "^E" end-of-line # ctrl-e
|
||||
# bindkey "[B" history-search-forward # down arrow
|
||||
# bindkey "[A" history-search-backward # up arrow
|
||||
# bindkey "^D" delete-char # ctrl-d
|
||||
# bindkey "^F" forward-char # ctrl-f
|
||||
# bindkey "^B" backward-char # ctrl-b
|
||||
bindkey "^[[1;5D" backward-word # ctrl-left arrow
|
||||
bindkey "^[[1;5C" forward-word # ctrl-right arrow
|
||||
bindkey -e # Default to standard emacs bindings, regardless of editor string
|
||||
Reference in New Issue
Block a user