From ed71171a85d0a369cfe36aa3b0406efd0d9e31e5 Mon Sep 17 00:00:00 2001 From: buffet Date: Wed, 11 Jan 2023 17:01:39 +0100 Subject: [PATCH] feat(bash): improve C-o binding --- programs/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/bash.nix b/programs/bash.nix index acdf425..8a84411 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -38,7 +38,7 @@ in { } PROMPT_COMMAND="__prompt" - bind '"\C-o": "fg\n"' + bind '"\C-o": "\C-a\C-k fg\n"' bind '"\e\C-m": "\C-e | nvim\C-m"' ''; };