Comment on fish shellparentComments−ryanwatkins13yesc-. is my biggest miss as well. There are discussions on this but still havent been able to fix it on osx in iterm2 myself. Did get option-. to work for now but esc-. has 20+ years of pure reflex action burned into my brain.−patrickg13yCan you post your solution (or give a pointer)?−ryanwatkins13yfunction fish_user_key_bindings bind \e. 'history-token-search-backward' endThere is a thread about it herehttps://github.com/fish-shell/fish-shell/issues/89−patrickg13yNot successful yet on the Mac Terminal.app command line... Thanks anyway.
Comments
esc-. is my biggest miss as well. There are discussions on this but still havent been able to fix it on osx in iterm2 myself. Did get option-. to work for now but esc-. has 20+ years of pure reflex action burned into my brain.
Can you post your solution (or give a pointer)?
function fish_user_key_bindings bind \e. 'history-token-search-backward' end
There is a thread about it here
https://github.com/fish-shell/fish-shell/issues/89
Not successful yet on the Mac Terminal.app command line... Thanks anyway.