forked from misc/zsh-config
		
	Add another change to use Atuin instead of ZSH functions
This commit is contained in:
		| @@ -23,13 +23,6 @@ select-word-style bash | ||||
| bindkey '\ew' kill-region                             # [Esc-w] - Kill from the cursor to the mark | ||||
| 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 | ||||
|   bindkey "${terminfo[khome]}" beginning-of-line      # [Home] - Go to beginning of line | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user