]> Sergey Matveev's repositories - vim-lsp.git/commit
Correctly handle keys inside symbol popup window
authorGirish Palya <girishji@gmail.com>
Thu, 1 Feb 2024 18:36:19 +0000 (19:36 +0100)
committerGirish Palya <girishji@gmail.com>
Thu, 1 Feb 2024 18:36:19 +0000 (19:36 +0100)
commitaa3777fa2317eedbad00d2b9df73864be7099d87
tree6127eae07c4301758ac124f9bfc20d29e9f4e75a
parent5c6e69f71b6c20edcced6d870779a3effac9c08b
Correctly handle keys inside symbol popup window

Symbol popup window handles following keys:
- <tab> and <s-tab> to advance selection
- selection wraps around at end
- <pageup> and <pagedn> scroll popup instead of main window

M  autoload/lsp/symbol.vim
autoload/lsp/symbol.vim