CTRL-R for bash: Unset $HISTTIMEFORMAT

pull/19/head
Junegunn Choi 10 years ago
parent 426284c87e
commit 2b8c2b9f2a

@ -111,7 +111,7 @@ __fsel() {
bind '"\C-t": " \C-u \C-a\C-k$(__fsel)\e\C-e\C-y\C-a\C-y\ey\C-h\C-e\er"'
# CTRL-R - Paste the selected command from history into the command line
bind '"\C-r": " \C-e\C-u$(history | fzf +s | sed \"s/ *[0-9]* *//\")\e\C-e\er"'
bind '"\C-r": " \C-e\C-u$(HISTTIMEFORMAT= history | fzf +s | sed \"s/ *[0-9]* *//\")\e\C-e\er"'
EOF
else

Loading…
Cancel
Save