Add support for search history
- Add `--history` option (e.g. fzf --history ~/.fzf.history) - Add `--history-max` option for limiting the size of the file (default 1000) - Add `previous-history` and `next-history` actions for `--bind` - CTRL-P and CTRL-N are automatically remapped to these actions when `--history` is used Closes #249, #251
Showing
- fzf 3 additions, 3 deletionsfzf
- shell/completion.bash 9 additions, 2 deletionsshell/completion.bash
- src/constants.go 3 additions, 0 deletionssrc/constants.go
- src/options.go 77 additions, 4 deletionssrc/options.go
- src/terminal.go 25 additions, 2 deletionssrc/terminal.go
- test/test_go.rb 46 additions, 0 deletionstest/test_go.rb
Loading
Please register or sign in to comment