From a55282fa9984403c2ec0d848921a1c417ca930ec Mon Sep 17 00:00:00 2001 From: Jimbo Date: Wed, 11 Sep 2024 22:58:25 -0400 Subject: [PATCH] Add a vim shortcut --- home-manager/tuiapps/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/tuiapps/zsh.nix b/home-manager/tuiapps/zsh.nix index bd09249..3aeb2a2 100644 --- a/home-manager/tuiapps/zsh.nix +++ b/home-manager/tuiapps/zsh.nix @@ -32,6 +32,7 @@ nls = "/usr/bin/env ls"; cat = "${pkgs.bat}/bin/bat --paging never"; ncat = "/usr/bin/env cat"; + svim = "sudo $(which vim)"; copycat = "wl-copy <"; sunshinehost = "WAYLAND_DISPLAY=wayland-1 DISPLAY=:1 sunshine -0"; seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";