vim - Vintage Sublime Text go to tab N -


this answer covered how switch between tabs gt , gt in vim. there way add ability type 3gt go tab 3? the documentation mentions focusview command accepts argument, seems related groups (?), , following first try doesn't work:

{     "keys": ["z", "t"], "command": "focusview", "args": {"view": 1}, "context":     [         { "key": "setting.command_mode", "operand": true },         { "key": "setting.is_widget", "operand": false }     ] } 

not matters, st1 docs. command focus_view (though haven't checked it). if using st3, i'd recommend trying vintageous. appears more complete built in vintage mode. example, 3gt move third tab plugin.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -