added highlighter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
bindkey '^?' backward-kill-word # ctrl + delete
|
||||
bindkey '^[^?' backward-kill-word # ctrl + delete
|
||||
bindkey '^[[1;5H' backward-kill-line
|
||||
bindkey '^[[1;5F' forward-kill-line
|
||||
bindkey '^[[3;5~' kill-word # ctrl + backspace
|
||||
@@ -9,4 +9,4 @@ bindkey '^[[5~' beginning-of-buffer-or-history # page up
|
||||
bindkey '^[[6~' end-of-buffer-or-history # page down
|
||||
bindkey '^[[1~' beginning-of-line # home
|
||||
bindkey '^[[4~' end-of-line # end
|
||||
bindkey '^[[Z' undo # shift + tab undo last action
|
||||
bindkey '^[[Z' undo # shift + tab undo last action
|
||||
Reference in New Issue
Block a user