Skip to content

Commit f7122ac

Browse files
authored
docs: comment out blockwise selection_modes (#844)
Avoid accidental misbehaviour when users copy the config. Resolves #843
1 parent e91c585 commit f7122ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require("nvim-treesitter-textobjects").setup {
5656
selection_modes = {
5757
['@parameter.outer'] = 'v', -- charwise
5858
['@function.outer'] = 'V', -- linewise
59-
['@class.outer'] = '<c-v>', -- blockwise
59+
-- ['@class.outer'] = '<c-v>', -- blockwise
6060
},
6161
-- If you set this to `true` (default is `false`) then any textobject is
6262
-- extended to include preceding or succeeding whitespace. Succeeding

0 commit comments

Comments
 (0)