Sublime Text: How to jump to file from Find Results using keyboard?

后端 未结 6 1871
北恋
北恋 2020-12-23 10:50

If you File > Find in Files... ++F you\'re brought to the Find Results, listing the files and highl

6条回答
  •  时光取名叫无心
    2020-12-23 11:43

    the command 'next_result' will do this. using the neat idea muhqu posted about using scope, you can make it so that you can press 'enter' on the line that you want to goto:

    ,{ "keys": ["enter"], "command": "next_result", "context": [{"key": "selector", 
    "operator": "equal", "operand": "text.find-in-files" }]}
    

提交回复
热议问题