treesitter: change scope_incremental keybind
This commit is contained in:
		@@ -25,7 +25,7 @@ return {
 | 
				
			|||||||
        keymaps = {
 | 
					        keymaps = {
 | 
				
			||||||
          init_selection = '<C-Space>',
 | 
					          init_selection = '<C-Space>',
 | 
				
			||||||
          node_incremental = '<C-Space>',
 | 
					          node_incremental = '<C-Space>',
 | 
				
			||||||
          scope_incremental = '<C-Space>',
 | 
					          scope_incremental = '<C-M-Space>',
 | 
				
			||||||
          node_decremental = '<C-Bslash>',
 | 
					          node_decremental = '<C-Bslash>',
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user