feat: add toggle_inline_vcs_blame keybind
This commit is contained in:
parent
38e681f7bf
commit
725862a394
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@
|
||||||
["shift+alt+f9", "hint_window_next_widget_style"],
|
["shift+alt+f9", "hint_window_next_widget_style"],
|
||||||
["alt+!", "run_task"],
|
["alt+!", "run_task"],
|
||||||
["ctrl+tab", "next_tab"],
|
["ctrl+tab", "next_tab"],
|
||||||
["ctrl+shift+g", "show_vcs_status"],
|
["ctrl+shift+g s", "show_vcs_status"],
|
||||||
|
["ctrl+shift+g alt+b", "toggle_inline_vcs_blame"],
|
||||||
["ctrl+shift+tab", "previous_tab"],
|
["ctrl+shift+tab", "previous_tab"],
|
||||||
["ctrl+page_down", "next_tab"],
|
["ctrl+page_down", "next_tab"],
|
||||||
["ctrl+page_up", "previous_tab"],
|
["ctrl+page_up", "previous_tab"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue