Lua Keymaps #230
            
              Lua Keymaps
            
            #230
          
          
        -
| What are the lua equivalents of the prompt keymaps described in the docs? It looks like it should be something like this: What exactly should be passed into the  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            deathbeam
          
      
      
        Mar 23, 2024 
      
    
    Replies: 1 comment 7 replies
-
| For ask, you can see the example api, e.g first parameter takes string which is the actual prompt and second parameter accepts config (which is what you can see in Configuration section). So it depends on what you want to achieve I guess with that mapping | 
Beta Was this translation helpful? Give feedback.
                  
                    7 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Ah, like that. You can do:
and its the same