forked from misc/zsh-config
Add another change to use Atuin instead of ZSH functions
This commit is contained in:
parent
31619a62e0
commit
d75f129cc2
@ -23,13 +23,6 @@ select-word-style bash
|
|||||||
bindkey '\ew' kill-region # [Esc-w] - Kill from the cursor to the mark
|
bindkey '\ew' kill-region # [Esc-w] - Kill from the cursor to the mark
|
||||||
bindkey -s '\el' 'ls\n' # [Esc-l] - run command: ls
|
bindkey -s '\el' 'ls\n' # [Esc-l] - run command: ls
|
||||||
|
|
||||||
if [[ "${terminfo[kcuu1]}" != "" ]]; then
|
|
||||||
bindkey "${terminfo[kcuu1]}" up-line-or-search # start typing + [Up-Arrow] - fuzzy find history forward
|
|
||||||
fi
|
|
||||||
if [[ "${terminfo[kcud1]}" != "" ]]; then
|
|
||||||
bindkey "${terminfo[kcud1]}" down-line-or-search # start typing + [Down-Arrow] - fuzzy find history backward
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "${terminfo[khome]}" != "" ]]; then
|
if [[ "${terminfo[khome]}" != "" ]]; then
|
||||||
bindkey "${terminfo[khome]}" beginning-of-line # [Home] - Go to beginning of line
|
bindkey "${terminfo[khome]}" beginning-of-line # [Home] - Go to beginning of line
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user