feat(tabs): complete tabs widget and next_/previous_tabs

This commit is contained in:
CJ van den Berg 2025-01-24 23:26:41 +01:00
parent 41b230d17f
commit 5dd47f7248
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 135 additions and 45 deletions

View file

@ -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],