daniil-berg 61de00137c shell: jump cursor to line end on bash history search
history-search-* leaves the cursor at the prefix boundary, not the end,
unlike zsh's history-search-end widget. Bind the search functions to
throwaway keys and map the arrows to a macro that runs the search then
end-of-line, so prefix recall lands the cursor at EOL like zsh.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 12:10:51 +02:00
2026-06-29 11:27:50 +02:00

dotfiles

Designed around GNU stow. For zsh or bash (or both). Include shell/ always.

Install

git clone <repo> ~/.dotfiles
cd ~/.dotfiles
stow shell zsh # or: stow shell bash

Update

cd ~/.dotfiles
git pull
stow -R shell zsh # restow this host's packages
S
Description
No description provided
Readme 76 KiB
Languages
Shell 67.9%
Python 32.1%