parent
494e44375c
commit
8a4413f2ec
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ if [[ -n "${key_info[Insert]}" ]]; then
|
||||||
bindkey "${key_info[Insert]}" overwrite-mode
|
bindkey "${key_info[Insert]}" overwrite-mode
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${zdouble_dot_expand} ]]; then
|
if [[ ${zdouble_dot_expand} == "true" ]]; then
|
||||||
double-dot-expand() {
|
double-dot-expand() {
|
||||||
if [[ ${LBUFFER} == *.. ]]; then
|
if [[ ${LBUFFER} == *.. ]]; then
|
||||||
LBUFFER+='/..'
|
LBUFFER+='/..'
|
||||||
|
@ -86,7 +86,7 @@ bindkey "${key_info[Right]}" forward-char
|
||||||
# Expandpace.
|
# Expandpace.
|
||||||
bindkey ' ' magic-space
|
bindkey ' ' magic-space
|
||||||
|
|
||||||
# Clear
|
# Clear
|
||||||
bindkey "${key_info[Control]}L" clear-screen
|
bindkey "${key_info[Control]}L" clear-screen
|
||||||
|
|
||||||
# Bind Shift + Tab to go to the previous menu item.
|
# Bind Shift + Tab to go to the previous menu item.
|
||||||
|
|
Loading…
Reference in a new issue