bugfix: 修复fzf-tab图片预览位置错误
This commit is contained in:
parent
4b9337b4a9
commit
10f15f661b
|
|
@ -211,6 +211,7 @@ fzf-tab-debug() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fzf-tab-complete() {
|
fzf-tab-complete() {
|
||||||
|
bash $OMZ/lib/get_cursor.sh
|
||||||
# this name must be ugly to avoid clashes
|
# this name must be ugly to avoid clashes
|
||||||
local -i _ftb_continue=1 _ftb_continue_last=0 _ftb_accept=0 ret=0
|
local -i _ftb_continue=1 _ftb_continue_last=0 _ftb_accept=0 ret=0
|
||||||
# hide the cursor until finishing completion, so that users won't see cursor up and down
|
# hide the cursor until finishing completion, so that users won't see cursor up and down
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue