nvim improvements

This commit is contained in:
jdonszelmann 2024-09-02 09:29:56 +02:00
parent a94e2ae578
commit e767060559
No known key found for this signature in database
GPG key ID: E0C1EA36407B2FF2
7 changed files with 181 additions and 42 deletions

View file

@ -31,10 +31,12 @@
keybindings = {
"ctrl+f" = "launch --location=hsplit --allow-remote-control kitty +kitten ${inputs.kitty-search}/search.py @active-kitty-window-id";
"ctrl+r" = "load_config_file";
"ctrl+alt+r" = "load_config_file";
"ctrl+shift+r" = "no_op";
"ctrl+EQUAL" = "change_font_size all +2.0";
"ctrl+minus" = "change_font_size all -2.0";
"ctrl+0" = "change_font_size all 0";
"ctrl+/" = "send_text all \x1b[47;5u";
};
};
}