Jetbrains : Toggle line breakpoint on period.

This commit is contained in:
Dmitry Voronin 2024-09-24 02:24:19 +03:00
parent f9b1944e77
commit 5cba172e3f
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
3 changed files with 3 additions and 2 deletions

View file

@ -110,10 +110,10 @@
"c": "#cccccc" "c": "#cccccc"
}, },
"<\n,", "<\n,",
">\n.",
{ {
"c": "#8ec07c" "c": "#8ec07c"
}, },
"Toggle Break-point\n.",
"Toggle Com-ment", "Toggle Com-ment",
{ {
"c": "#cccccc", "c": "#cccccc",

View file

@ -85,7 +85,7 @@ Yellow are modifier keys, they enable layers when held. Green ones are just modi
Firefox:<br> Firefox:<br>
<img src="https://i.imgur.com/GI0apoV.png" /><br> <img src="https://i.imgur.com/GI0apoV.png" /><br>
Jetbrains:<br> Jetbrains:<br>
<img src="https://i.imgur.com/QChn9qU.png" /><br> <img src="https://i.imgur.com/OFNlHnW.png" /><br>
Nautilus:<br> Nautilus:<br>
<img src="https://i.imgur.com/9W1GmLn.png" /><br> <img src="https://i.imgur.com/9W1GmLn.png" /><br>
Tmux:<br> Tmux:<br>

View file

@ -2,6 +2,7 @@
file = (pkgs.formats.ini {}).generate "KeydJetbrainsConfig" { file = (pkgs.formats.ini {}).generate "KeydJetbrainsConfig" {
"jetbrains-*" = { "jetbrains-*" = {
"alt./" = "C-/"; # Toggle comment. "alt./" = "C-/"; # Toggle comment.
"alt.." = "C-f8"; # Toggle line breakpoint.
"alt.=" = "C-A-l"; # Reformat. "alt.=" = "C-A-l"; # Reformat.
"alt.c" = "S-escape"; # Close panel. "alt.c" = "S-escape"; # Close panel.
"alt.capslock" = "C-A-S-insert"; # New scratch file. "alt.capslock" = "C-A-S-insert"; # New scratch file.