From 9737ec5f14954b99932a9c3619457d705e482b5f Mon Sep 17 00:00:00 2001 From: ko-tominaga Date: Tue, 26 Nov 2024 21:49:21 +0900 Subject: [PATCH] Change fbr bindkey from control + b to control + b --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index afbd421..5080757 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -61,7 +61,7 @@ fi # bindkeys # ------------------- zle -N bind_fbr fbr -bindkey '^B' bind_fbr +bindkey '^T' bind_fbr # ------------------- # Git Prompt Function (for git status in prompt)