From 0a28c2a5b3b70c56c6e132d6f3c958b14204824f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Jul 2024 20:46:25 +0100 Subject: [PATCH] zsh: open `nvim` with Ctrl+v --- lib/shared/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shared/modules/zsh.nix b/lib/shared/modules/zsh.nix index ddc1fbb..0069003 100644 --- a/lib/shared/modules/zsh.nix +++ b/lib/shared/modules/zsh.nix @@ -39,6 +39,7 @@ autoload -Uz compinit && compinit bindkey -s ^f "t\n" + bindkey -s ^v "nvim\n" clear-ls-all() { clear