-
| Hi, I would like to create a keybinding that will toggle the completion menu on and off. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            dudicoco
          
      
      
        Jul 3, 2025 
      
    
    Replies: 1 comment 2 replies
-
| so it was easier than I thought: 				keymap = {
					preset = "super-tab",
					["<C-g>"] = { "show", "hide" },However, when hiding the menu the ghost text for the last selection disappears, is this normal behavior? Should I open an issue? | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        dudicoco
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
so it was easier than I thought:
However, when hiding the menu the ghost text for the last selection disappears, is this normal behavior? Should I open an issue?