mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 22:07:25 -08:00
parent
27c8f65cd5
commit
92c28a2e8d
|
@ -100,7 +100,8 @@ function _render_tooltip
|
||||||
end
|
end
|
||||||
|
|
||||||
if test "::TOOLTIPS::" = "true"
|
if test "::TOOLTIPS::" = "true"
|
||||||
bind \x20 _render_tooltip
|
bind \x20 _render_tooltip -M default
|
||||||
|
bind \x20 _render_tooltip -M insert
|
||||||
end
|
end
|
||||||
|
|
||||||
# transient prompt
|
# transient prompt
|
||||||
|
@ -116,7 +117,9 @@ function _render_transient
|
||||||
end
|
end
|
||||||
|
|
||||||
if test "::TRANSIENT::" = "true"
|
if test "::TRANSIENT::" = "true"
|
||||||
bind \r _render_transient
|
bind \r _render_transient -M default
|
||||||
|
bind \r _render_transient -M insert
|
||||||
|
bind \r _render_transient -M visual
|
||||||
end
|
end
|
||||||
|
|
||||||
# legacy functions
|
# legacy functions
|
||||||
|
|
Loading…
Reference in a new issue