Sublime Forum

Use tab to select item in quick selection panel?

#1

Hi,

is it possible to use tab to select items in the quick selection panel? I am using tab to commit for auto complete (‘auto_complete_commit_on_tab’ setting) and I keep trying to use it in the quick selection panel, which fails. It would be nice if I could select an item with both enter and tab.

I found this to commit auto-completion but nothing for the quick selection panel.

{ "keys": "enter"], "command": "commit_completion", "context":
		
			{ "key": "auto_complete_visible" },
			{ "key": "setting.auto_complete_commit_on_tab", "operand": false }
		]
	}

Thanks!

0 Likes

#2

No reply? Is that possible to do this at all?

0 Likes