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