You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've came up with a little bit more reliable keybinding for <Plug>(cokeline-focus-<index>).
Instead of setting up new keybinding for each buffer number separately in a loop, we could use count variable like so:
now whenever we precede Tab with a count, we will go directly to that buffer. Otherwise the Tab will just move to the next buffer in a list. You can add this into the documentation if you feel like it's worth mentioning.
Thank you for creating nvim-cokeline!
The text was updated successfully, but these errors were encountered:
Hello!
I've came up with a little bit more reliable keybinding for
<Plug>(cokeline-focus-<index>)
.Instead of setting up new keybinding for each buffer number separately in a loop, we could use
count
variable like so:now whenever we precede
Tab
with a count, we will go directly to that buffer. Otherwise theTab
will just move to the next buffer in a list. You can add this into the documentation if you feel like it's worth mentioning.Thank you for creating
nvim-cokeline
!The text was updated successfully, but these errors were encountered: