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
Post a Comment