dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d168e6c1c7c9d3f11d0dc7ca40fd790f94e46193
parent b531c33947628dd2ff0c08d9b35ebba2816c403f
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 25 Sep 2025 23:46:08 -0500

C-n binding

Diffstat:
Mbashrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bashrc b/bashrc @@ -169,3 +169,5 @@ export LYNX_CFG=/home/andrew/.config/lynx/lynx.cfg #fi #alias abd="/home/andrew/bin/attach-abduco.sh" alias a="/home/andrew/bin/abduco.sh" + +bind '"\C-n": edit-and-execute-command'