Compare commits

...

2 commits

View file

@ -99,6 +99,12 @@
fi
bindkey '^ ' autosuggest-accept # Bind CTRL + Space
bindkey '^Y' autosuggest-accept # Bind CTRL + Y
bindkey "$terminfo[kcuu1]" history-substring-search-up
bindkey "$terminfo[kcud1]" history-substring-search-down
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
# Extracting
ex ()
@ -204,7 +210,7 @@
path = "${config.xdg.cacheHome}/zhistory";
save = 10000;
size = 10000;
# share = true;
share = false;
};
};
};