master
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>
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
Description
Languages
Shell
67.9%
Python
32.1%