From d1ce830c6cf27266e8aef954f93fabd75c800d48 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 5 Dec 2024 16:43:20 -0600 Subject: [PATCH] fish: quit like vim --- home/modules/tui/shell/fish/abbrs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/tui/shell/fish/abbrs.nix b/home/modules/tui/shell/fish/abbrs.nix index fd80d0a..fb9ca79 100644 --- a/home/modules/tui/shell/fish/abbrs.nix +++ b/home/modules/tui/shell/fish/abbrs.nix @@ -1,6 +1,7 @@ { programs.fish.shellAbbrs = rec { "-" = "prevd"; + ":q" = "exit"; dnsplan = "dnscontrol preview"; dnspush = "dnscontrol push"; ga = "git add";