Disable mappings in the popup to ensure navigaion works
This commit is contained in:
parent
0810d7154c
commit
6fac220ee5
1 changed files with 2 additions and 1 deletions
|
|
@ -68,7 +68,8 @@ function! vimspector#internal#balloon#CreateTooltip( is_hover, ... ) abort
|
|||
\ 'drag': 1,
|
||||
\ 'resize': 1,
|
||||
\ 'close': 'button',
|
||||
\ 'callback': 'vimspector#internal#balloon#CloseCallback'
|
||||
\ 'callback': 'vimspector#internal#balloon#CloseCallback',
|
||||
\ 'mapping': 0
|
||||
\ }
|
||||
|
||||
" When ambiwidth is single, use prettier characters for the border. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue