Compare commits
2 commits
809201641b
...
48db707a06
Author | SHA1 | Date | |
---|---|---|---|
48db707a06 | |||
93853fe1ef |
1 changed files with 7 additions and 1 deletions
8
zsh.nix
8
zsh.nix
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue