dotfiles/vim
bretello 3b6cf2b92f
vim: tagbar: workaround for mouse-click issue
the world ends at column 223.

https://stackoverflow.com/questions/7000960/in-vim-why-doesnt-my-mouse-work-past-the-220th-column

Note that (at least on alacritty) the ttymouse=sgr workaround does not
work:

```vim
if has('mouse_sgr') " fixes unclickable panes after a specific column (~220?)
    set ttymouse=sgr
else
    set ttymouse=xterm2
end
```
2023-01-20 14:31:08 +01:00
..
functions.vim vim: linting cleanup 2023-01-19 17:33:44 +01:00
plugins_config.vim vim: tagbar: workaround for mouse-click issue 2023-01-20 14:31:08 +01:00
plugs.vim vim: linting cleanup 2023-01-19 17:33:44 +01:00
shortcuts.vim vim: linting cleanup 2023-01-19 17:33:44 +01:00
twilight256.vim vim: move twilight256.vim theme to vim dir 2020-12-09 22:25:35 +01:00
vimrc vim: ALE: allow right click for refactors/code actions 2023-01-19 15:07:17 +01:00