fixed zk keybinds.
This commit is contained in:
		
							parent
							
								
									c86b3bac98
								
							
						
					
					
						commit
						f07f6bc438
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -15,18 +15,18 @@
 | 
			
		|||
      ];
 | 
			
		||||
      keymaps = [
 | 
			
		||||
        {
 | 
			
		||||
          action = ":ZkNewFromTitleSelection";
 | 
			
		||||
          action = ":ZkNewFromTitleSelection<CR>";
 | 
			
		||||
          key = "<leader>zn";
 | 
			
		||||
          mode = "n";
 | 
			
		||||
          mode = "v";
 | 
			
		||||
          options = {
 | 
			
		||||
            silent = true;
 | 
			
		||||
            desc = "New zk note with title from selection";
 | 
			
		||||
          };
 | 
			
		||||
        }
 | 
			
		||||
        {
 | 
			
		||||
          action = ":ZkaMatch";
 | 
			
		||||
          action = ":ZkaMatch<CR>";
 | 
			
		||||
          key = "<leader>zs";
 | 
			
		||||
          mode = "n";
 | 
			
		||||
          mode = "v";
 | 
			
		||||
          options = {
 | 
			
		||||
            silent = true;
 | 
			
		||||
            desc = "Search zk notes from selection";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue