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
It took a while to figure out that I had to use vim.mode == 'VisualLine' instead of vim.mode == 'Visual Line' or vim.mode == 'Visual-Line' etc. because I couldn't find them in the README. Can we have all of the various "modes" documented in the README? Thanks!
The text was updated successfully, but these errors were encountered:
It took a while to figure out that I had to use
vim.mode == 'VisualLine'
instead ofvim.mode == 'Visual Line'
orvim.mode == 'Visual-Line'
etc. because I couldn't find them in the README. Can we have all of the various "modes" documented in the README? Thanks!The text was updated successfully, but these errors were encountered: