feat: add ctrl+? keybind to enable hints mode
This commit is contained in:
parent
1d38bc36d3
commit
125e204ac8
1 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"project": {
|
"project": {
|
||||||
"press": [
|
"press": [
|
||||||
|
["ctrl+?", "toggle_keybind_hints"],
|
||||||
["ctrl+alt+shift+r", "restart"],
|
["ctrl+alt+shift+r", "restart"],
|
||||||
["ctrl+e", "find_file"],
|
["ctrl+e", "find_file"],
|
||||||
["ctrl+shift+n", "create_new_file"],
|
["ctrl+shift+n", "create_new_file"],
|
||||||
|
|
@ -380,6 +381,7 @@
|
||||||
},
|
},
|
||||||
"overlay/palette": {
|
"overlay/palette": {
|
||||||
"press": [
|
"press": [
|
||||||
|
["ctrl+?", "toggle_keybind_hints"],
|
||||||
["alt+f9", "overlay_next_widget_style"],
|
["alt+f9", "overlay_next_widget_style"],
|
||||||
["alt+!", "add_task"],
|
["alt+!", "add_task"],
|
||||||
["ctrl+j", "toggle_panel"],
|
["ctrl+j", "toggle_panel"],
|
||||||
|
|
@ -442,6 +444,7 @@
|
||||||
},
|
},
|
||||||
"mini/numeric": {
|
"mini/numeric": {
|
||||||
"press": [
|
"press": [
|
||||||
|
["ctrl+?", "toggle_keybind_hints"],
|
||||||
["b", "toggle_goto_style"],
|
["b", "toggle_goto_style"],
|
||||||
["ctrl+q", "quit"],
|
["ctrl+q", "quit"],
|
||||||
["ctrl+v", "system_paste"],
|
["ctrl+v", "system_paste"],
|
||||||
|
|
@ -457,6 +460,7 @@
|
||||||
},
|
},
|
||||||
"mini/get_char": {
|
"mini/get_char": {
|
||||||
"press": [
|
"press": [
|
||||||
|
["ctrl+?", "toggle_keybind_hints"],
|
||||||
["ctrl+g", "mini_mode_cancel"],
|
["ctrl+g", "mini_mode_cancel"],
|
||||||
["ctrl+c", "mini_mode_cancel"],
|
["ctrl+c", "mini_mode_cancel"],
|
||||||
["ctrl+l", "scroll_view_center_cycle"],
|
["ctrl+l", "scroll_view_center_cycle"],
|
||||||
|
|
@ -468,6 +472,7 @@
|
||||||
},
|
},
|
||||||
"mini/buffer": {
|
"mini/buffer": {
|
||||||
"press": [
|
"press": [
|
||||||
|
["ctrl+?", "toggle_keybind_hints"],
|
||||||
["ctrl+q", "quit"],
|
["ctrl+q", "quit"],
|
||||||
["ctrl+v", "system_paste"],
|
["ctrl+v", "system_paste"],
|
||||||
["ctrl+u", "mini_mode_reset"],
|
["ctrl+u", "mini_mode_reset"],
|
||||||
|
|
@ -486,6 +491,7 @@
|
||||||
},
|
},
|
||||||
"mini/file_browser": {
|
"mini/file_browser": {
|
||||||
"press": [
|
"press": [
|
||||||
|
["ctrl+?", "toggle_keybind_hints"],
|
||||||
["ctrl+q", "quit"],
|
["ctrl+q", "quit"],
|
||||||
["ctrl+v", "system_paste"],
|
["ctrl+v", "system_paste"],
|
||||||
["ctrl+u", "mini_mode_reset"],
|
["ctrl+u", "mini_mode_reset"],
|
||||||
|
|
@ -513,6 +519,7 @@
|
||||||
},
|
},
|
||||||
"mini/find_in_files": {
|
"mini/find_in_files": {
|
||||||
"press": [
|
"press": [
|
||||||
|
["ctrl+?", "toggle_keybind_hints"],
|
||||||
["ctrl+q", "quit"],
|
["ctrl+q", "quit"],
|
||||||
["ctrl+v", "system_paste"],
|
["ctrl+v", "system_paste"],
|
||||||
["ctrl+u", "mini_mode_reset"],
|
["ctrl+u", "mini_mode_reset"],
|
||||||
|
|
@ -546,6 +553,7 @@
|
||||||
},
|
},
|
||||||
"mini/find": {
|
"mini/find": {
|
||||||
"press": [
|
"press": [
|
||||||
|
["ctrl+?", "toggle_keybind_hints"],
|
||||||
["ctrl+q", "quit"],
|
["ctrl+q", "quit"],
|
||||||
["ctrl+v", "system_paste"],
|
["ctrl+v", "system_paste"],
|
||||||
["ctrl+u", "mini_mode_reset"],
|
["ctrl+u", "mini_mode_reset"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue