daniil-berg 7166d9196a fix(shell): bind arrows directly for bash history search
The macro form `"\e[A": "\C-x\C-p\C-e"` ran history-search-backward then
end-of-line to mimic zsh's cursor-at-end. But history-search-* takes its
prefix from start-of-line to point, and `\C-e` moves point to the end, so
the next Up searched for the whole recalled line, found nothing, and left
Up/Down dead after one press. Bind arrows straight to the search functions;
pure readline has no history-search-end widget, so cursor lands at the
prefix boundary.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-09 15:07:12 +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%