fix(zsh):O selection colors
This commit is contained in:
parent
3d42d8e975
commit
1d390b22ae
@ -15,11 +15,16 @@ action = "SpawnNewInstance"
|
|||||||
key = "Return"
|
key = "Return"
|
||||||
mods = "Control|Shift"
|
mods = "Control|Shift"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
action = "None"
|
||||||
|
key = "Space"
|
||||||
|
mods = "Control|Shift"
|
||||||
|
|
||||||
[mouse]
|
[mouse]
|
||||||
hide_when_typing = true
|
hide_when_typing = true
|
||||||
|
|
||||||
[scrolling]
|
[scrolling]
|
||||||
history = 100000
|
history = 10000
|
||||||
multiplier = 3
|
multiplier = 3
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
|
|||||||
@ -72,6 +72,9 @@ bindkey -M viins "^H" backward-delete-char
|
|||||||
bindkey -M viins "^?" backward-delete-char
|
bindkey -M viins "^?" backward-delete-char
|
||||||
|
|
||||||
|
|
||||||
|
zle_highlight=('paste:bg=20,fg=15', 'region:bg=20,fg=15') # colors of visual select
|
||||||
|
|
||||||
|
|
||||||
insert-sudo() {
|
insert-sudo() {
|
||||||
local sudo_template="${SUDO:=sudo} "
|
local sudo_template="${SUDO:=sudo} "
|
||||||
local template_len="${#sudo_template}"
|
local template_len="${#sudo_template}"
|
||||||
|
|||||||
@ -29,4 +29,4 @@ if [ -n "$(command -v pyenv >/dev/null)" ]; then
|
|||||||
export PYENV_ROOT="$HOME/.pyenv"
|
export PYENV_ROOT="$HOME/.pyenv"
|
||||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
fi
|
fi
|
||||||
Loading…
x
Reference in New Issue
Block a user