flash S in visual line mode and toggle with v

This commit is contained in:
2025-02-26 22:51:05 +01:00
parent 8bad13c702
commit fcc007ff75
2 changed files with 10 additions and 0 deletions

View File

@ -26,6 +26,7 @@ return {
mode = { 'n', 'o', 'x' },
function()
require('flash').treesitter()
vim.api.nvim_feedkeys('V', 'n', true)
end,
desc = 'Flash treesitter',
},