]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zshrc
vimrc: fix modeline aucmd
[dotfiles.git] / etc / zsh / .zshrc
index 4d884178d000a56fe5279047fe7942561e609276..893cac58c9b02faa60c9adc61db9f6614bbbe68b 100644 (file)
@@ -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 {
This page took 0.031799 seconds and 4 git commands to generate.