mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-24 01:11:15 -03:00
This add two commands history-last-token-search-backward and history-last-token-search-forward which behaves like bash's yank-last-arg. So similar to history-token-search-* but only considers the last argument for each command. Closes #10756 Closes #11258