feat(tabs): complete tabs widget and next_/previous_tabs
This commit is contained in:
parent
41b230d17f
commit
5dd47f7248
4 changed files with 135 additions and 45 deletions
|
@ -1,6 +1,8 @@
|
|||
{
|
||||
"project": {
|
||||
"press": [
|
||||
["ctrl+tab", "next_tab"],
|
||||
["ctrl+shift+tab", "previous_tab"],
|
||||
["ctrl+shift+e", "switch_buffers"],
|
||||
["ctrl+0", "reset_fontsize"],
|
||||
["ctrl+plus", "adjust_fontsize", 1.0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue