feat: Amélioration des keybindings pour neo-tree
This commit is contained in:
		@@ -8,6 +8,8 @@ return {
 | 
				
			|||||||
          ["<space>"] = false, -- disable space until we figure out which-key disabling
 | 
					          ["<space>"] = false, -- disable space until we figure out which-key disabling
 | 
				
			||||||
          [">"] = "next_source",
 | 
					          [">"] = "next_source",
 | 
				
			||||||
          ["<"] = "prev_source",
 | 
					          ["<"] = "prev_source",
 | 
				
			||||||
 | 
					          ["<tab>"] = "next_source",
 | 
				
			||||||
 | 
					          ["<s-tab>"] = "prev_source",
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      event_handlers = {
 | 
					      event_handlers = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user