-
| 
         currently with  Is there any method to include the declaration keywords?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            convers39
          
      
      
        Jan 26, 2024 
      
    
    Replies: 1 comment
-
| 
         oh nevermind, from the doc:       selection_modes = {
        ["@parameter.outer"] = "v",  -- charwise
        ["@assignment.outer"] = "V", -- add this to line wise
        ["@function.outer"] = "V",   -- linewise
        ["@class.outer"] = "<c-v>",  -- blockwise
      },
 | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        convers39
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
oh nevermind, from the doc: