Merge branch 'master' into helix-mode-selections

This commit is contained in:
Meredith Oleander 2025-01-22 13:47:37 +11:00 committed by GitHub
commit 80c8795c3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 429 additions and 134 deletions

View file

@ -1,6 +1,7 @@
{
"project": {
"press": [
["ctrl+shift+e", "switch_buffers"],
["ctrl+0", "reset_fontsize"],
["ctrl+plus", "adjust_fontsize", 1.0],
["ctrl+minus", "adjust_fontsize", -1.0],
@ -250,6 +251,7 @@
["ctrl+p", "palette_menu_up"],
["ctrl+n", "palette_menu_down"],
["ctrl+e", "palette_menu_down"],
["ctrl+shift+e", "palette_menu_down"],
["ctrl+r", "palette_menu_down"],
["ctrl+t", "palette_menu_down"],
["ctrl+v", "system_paste"],