X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/e45f1c9997c041ec46ec7000f4b4e537eff22ac7..ec9f2140efb69f3f9e95b8b2fa3681e3ff07e38b:/etc/zsh/.zshrc diff --git a/etc/zsh/.zshrc b/etc/zsh/.zshrc index 4d88417..893cac5 100644 --- a/etc/zsh/.zshrc +++ b/etc/zsh/.zshrc @@ -204,7 +204,7 @@ unset a k v # bash-style reverse-search-history (i.e. reverse-i-search) if [[ -v commands[fzf] ]] { function _history-incremental-pattern-search-fzf { - l=(${(f)"$(fc -li -1 0 | fzf -emn 1 +s --preview-window=hidden ${BUFFER:+-q $BUFFER})"}) + l=(${(f)"$(fc -li -1 0 | fzf -e -m -n 1 +s --preview-window=hidden ${BUFFER:+-q $BUFFER})"}) l=$(for x ("${l[@]}") { echo ${${=x}:3}; }) BUFFER="$l" } @@ -301,8 +301,9 @@ alias gp='git push' alias gu='git pull' alias gl='git log' alias gt='git tree' # from gitconfig -alias gs='git show' -alias gst='git stash' +alias gsh='git show' +alias gst='git status' +alias gs='git stash' alias gsp='git stash pop' ## cd/zoxide function up {