vim again, and tmux too
This commit is contained in:
parent
397fb19e0b
commit
5f5daf1047
15 changed files with 451 additions and 231 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue