vim again, and tmux too

This commit is contained in:
Jana Dönszelmann 2026-03-10 20:47:24 +01:00
parent 397fb19e0b
commit 5f5daf1047
No known key found for this signature in database
15 changed files with 451 additions and 231 deletions

View file

@ -9,7 +9,7 @@ _: {
enable = true;
font = {
name = "Maple Mono NF";
size = 13.0;
size = 11.0;
package = pkgs.jetbrains-mono;
};
@ -49,6 +49,10 @@ _: {
"ctrl+0" = "change_font_size all 0";
# "ctrl+/" = "send_text all ";
"super+~" = "no_op";
# required for vim!!
# terminals map ctrl+i to tab. I want them to do different things in vim.
"ctrl+i" = "send_text all \\x01";
};
extraConfig = ''