feat: bind open_config to alt+f5
And clean-up some rarely used debugging keybinds.
This commit is contained in:
parent
8637152fc9
commit
6e5e5315f5
1 changed files with 2 additions and 4 deletions
|
|
@ -56,6 +56,7 @@
|
|||
["ctrl+0", "reset_fontsize"],
|
||||
["ctrl+plus", "adjust_fontsize", 1.0],
|
||||
["ctrl+minus", "adjust_fontsize", -1.0],
|
||||
["alt+f5", "open_config"],
|
||||
["f5", ["create_scratch_buffer", "*test*"], ["shell_execute_insert", "zig", "build", "test"]],
|
||||
["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]],
|
||||
["ctrl+f6", "open_version_info"],
|
||||
|
|
@ -113,7 +114,7 @@
|
|||
["ctrl+kp_right", "move_word_right"],
|
||||
["ctrl+backspace", "delete_word_left"],
|
||||
["ctrl+delete", "delete_word_right"],
|
||||
["ctrl+f5", "toggle_inspector_view"],
|
||||
["alt+shift+f5", "toggle_inspector_view"],
|
||||
["ctrl+f10", "toggle_whitespace_mode"],
|
||||
["ctrl+f12", "goto_implementation"],
|
||||
["ctrl+shift+s", "save_as"],
|
||||
|
|
@ -216,8 +217,6 @@
|
|||
["f2", "rename_symbol"],
|
||||
["f3", "goto_next_match"],
|
||||
["f15", "goto_prev_match"],
|
||||
["ctrl+f5", "dump_current_line_tree"],
|
||||
["ctrl+f7", "dump_current_line"],
|
||||
["f9", "theme_prev"],
|
||||
["f10", "theme_next"],
|
||||
["f11", "toggle_panel"],
|
||||
|
|
@ -360,7 +359,6 @@
|
|||
["f", "change_fontface"],
|
||||
["ctrl+f ctrl+f ctrl+f ctrl+f ctrl+f", "home_sheeran"],
|
||||
["ctrl+shift+r", "restart"],
|
||||
["f6", "open_config"],
|
||||
["v", "open_version_info"],
|
||||
["ctrl+q", "quit"],
|
||||
["q", "quit"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue