mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
parent
27c8f65cd5
commit
92c28a2e8d
|
@ -100,7 +100,8 @@ function _render_tooltip
|
|||
end
|
||||
|
||||
if test "::TOOLTIPS::" = "true"
|
||||
bind \x20 _render_tooltip
|
||||
bind \x20 _render_tooltip -M default
|
||||
bind \x20 _render_tooltip -M insert
|
||||
end
|
||||
|
||||
# transient prompt
|
||||
|
@ -116,7 +117,9 @@ function _render_transient
|
|||
end
|
||||
|
||||
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
|
||||
|
||||
# legacy functions
|
||||
|
|
Loading…
Reference in a new issue