summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorMike Vink <>2023-04-20 09:05:13 +0200
committerMike Vink <>2023-04-20 09:05:13 +0200
commitd1f690c17546ef07aa63363c6644f12957687d30 (patch)
tree4f36f3e1c2bc4efb0b31b59e2c5791604f0d861a /home.nix
parent5b0c261e238a0a6bad1ce6feb2f1ad3537a97936 (diff)
alias V to source session file
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index ad7f3bb..d6d57c0 100644
--- a/home.nix
+++ b/home.nix
@@ -43,6 +43,7 @@
h = "home-manager switch --flake ${config.home.homeDirectory}/flake#mvinkio --impure";
fa = "azdo-switch-project";
v = "nvim";
+ V = "nvim -S .vimsession.vim";
M = "xrandr --output HDMI1 --auto --output eDP1 --off";
m = "xrandr --output eDP1 --auto --output HDMI1 --off";
mM = "xrandr --output eDP1 --auto --output HDMI1 --off";