This commit is contained in:
cy 2025-01-10 23:17:27 -05:00
parent a9b4fab153
commit c4cda77be8
7 changed files with 15 additions and 17 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ...}:
{ pkgs, ... }:
{
programs.nixvim = {
enable = true;
@ -37,7 +37,10 @@
# shortcut to command mode
action = ":";
key = ";";
mode = ["n" "x"];
mode = [
"n"
"x"
];
options.silent = true;
}
{