mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] fix a visual bug in the manpage finder widget
This commit is contained in:
parent
bf230c414e
commit
7999e5d9c2
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@
|
|||
local manpage=""
|
||||
manpage="$(fzf-search-manpage "$cmd_name")"
|
||||
BUFFER="man $manpage"
|
||||
zle redisplay
|
||||
zle accept-line
|
||||
}
|
||||
zle -N find-man-page _widget_find_man_page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue