Jetbrains: Remove / comment and replace . with b for breakpoints.

This commit is contained in:
Dmitry Voronin 2024-11-08 06:32:12 +03:00
parent 40969c26f9
commit 6ad96a7018
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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.