Jetbrains: Remove / comment and replace . with b for breakpoints.
This commit is contained in:
parent
40969c26f9
commit
6ad96a7018
|
@ -4,8 +4,7 @@
|
|||
}: {
|
||||
file = (pkgs.formats.ini { }).generate "KeydJetbrainsConfig" {
|
||||
"jetbrains-*" = {
|
||||
"alt./" = "C-/"; # Toggle comment.
|
||||
"alt.." = "C-f8"; # Toggle line breakpoint.
|
||||
"alt.b" = "C-f8"; # Toggle line breakpoint.
|
||||
"alt.equal" = "C-A-l"; # Reformat.
|
||||
"alt.c" = "S-escape"; # Close panel.
|
||||
"alt.capslock" = "C-A-S-insert"; # New scratch file.
|
||||
|
|
Loading…
Reference in a new issue