From e480e42e5f5f062884e4ab04cbf1531f1cbd823d Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 28 Jul 2022 01:37:48 +0300 Subject: [PATCH] Change neovim bind key --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 02ad139f..a1f5847b 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -115,7 +115,7 @@ bindkey -M vicmd '^[[P' vi-delete-char bindkey -M vicmd '^e' edit-command-line bindkey -M visual '^[[P' vi-delete -bindkey -s '^v' '^unvim .\n' +bindkey -s '^n' '^unvim .\n' # Aliases alias airpods='bluetoothctl connect C8:B1:CD:E0:14:4F'