added keybind for ts context.
This commit is contained in:
		
							parent
							
								
									4267745d51
								
							
						
					
					
						commit
						21e06ef060
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -28,6 +28,15 @@
 | 
			
		|||
          })
 | 
			
		||||
        '';
 | 
			
		||||
        keymaps = [
 | 
			
		||||
          {
 | 
			
		||||
            action = ":TSContextToggle<CR>";
 | 
			
		||||
            key = "<leader>x";
 | 
			
		||||
            mode = "n";
 | 
			
		||||
            options = {
 | 
			
		||||
              silent = true;
 | 
			
		||||
              desc = "tree context toggle";
 | 
			
		||||
            };
 | 
			
		||||
          }
 | 
			
		||||
          {
 | 
			
		||||
            action = ":TSJToggle<CR>";
 | 
			
		||||
            key = "<leader>j";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue