Commit Graph

  • 8ac37d5927 [shell] Do not override --reverse in CTRL-R Junegunn Choi 2017-01-17 18:09:29 +09:00
  • 7ef0e50507 [bash/zsh] Remove unused --reverse in CTRL-R binding Junegunn Choi 2017-01-17 11:58:25 +09:00
  • 62ab8ece5e 0.16.1 0.16.1 Junegunn Choi 2017-01-16 12:12:59 +09:00
  • 8e2e63f9b9 Propertly fill window with background color Junegunn Choi 2017-01-16 12:06:54 +09:00
  • f96173cbe4 Add -L flag to the default find command Junegunn Choi 2017-01-16 12:01:58 +09:00
  • 11015df52f Add half-page-{up,down} actions (#784) Amos Bird 2017-01-16 10:58:13 +08:00
  • 05ed57a9f0 Merge pull request #794 from junegunn/devel 0.16.0 Junegunn Choi 2017-01-16 02:43:56 +09:00
  • 4bece04207 0.16.0 Junegunn Choi 2017-01-16 02:39:37 +09:00
  • ede7bfb901 Optimize LightRenderer for slow terminals Junegunn Choi 2017-01-16 02:26:36 +09:00
  • 44d3faa048 [completion] Restore --height option for kill completion Junegunn Choi 2017-01-15 22:02:04 +09:00
  • e0036b5ad2 Add --filepath-word option Junegunn Choi 2017-01-15 19:42:28 +09:00
  • 208d4f2173 [shell] Make layout configurable via $FZF_DEFAULT_OPTS and $FZF_{KEY}_OPTS Junegunn Choi 2017-01-15 16:15:51 +09:00
  • dc3957ce79 [completion] Add preview window to kill completion Junegunn Choi 2017-01-15 15:06:37 +09:00
  • 4ecb7f3a16 Replace --normalize with --literal and enable normalization by default Junegunn Choi 2017-01-15 13:22:09 +09:00
  • 03f5ef08c8 Use crypto/ssh/terminal instead of external stty command Junegunn Choi 2017-01-15 13:10:59 +09:00
  • 2720816266 [vim] Use /dev/tty as STDIN when using --height w/o explicit source Junegunn Choi 2017-01-15 04:32:39 +09:00
  • 1896aa1748 s:common_sink(): Avoid duplicate BufEnter. (#803) Justin M. Keyes 2017-01-14 12:55:30 +01:00
  • 5b68027bee Fix $FZF_COMPLETION_OPTS evaluation Junegunn Choi 2017-01-14 01:10:34 +09:00
  • 48863ac55c Update invalid $TERM test case Junegunn Choi 2017-01-14 01:04:03 +09:00
  • d64828ce6d Print error message to stderr on unexpected exit Junegunn Choi 2017-01-11 23:01:56 +09:00
  • 2aa739be81 Fix bug where occurrence of the pattern in header lines are highlighted Junegunn Choi 2017-01-11 22:47:26 +09:00
  • 9977a3e9fc Make preview renderer suspend early on line wrap Junegunn Choi 2017-01-11 22:13:40 +09:00
  • f8082bc53a No need to use /bin/sh to execute stty and tput Junegunn Choi 2017-01-11 21:48:36 +09:00
  • 996dcb14a3 Make fzf immediately quit when failed to read /dev/tty Junegunn Choi 2017-01-11 02:12:32 +09:00
  • 0c127cfdc1 No need to query row position of the cursor if mouse is disabled Junegunn Choi 2017-01-10 22:55:55 +09:00
  • ae274158de Add experimental support for 24-bit colors Junegunn Choi 2017-01-10 02:16:12 +09:00
  • 340af463cd Add --min-height option for percent --height Junegunn Choi 2017-01-10 01:04:36 +09:00
  • 78a3f81972 Do not use \e[s and \e[u Junegunn Choi 2017-01-09 19:09:30 +09:00
  • d18b8e0d2c Retry flaky test cases Junegunn Choi 2017-01-09 13:22:24 +09:00
  • 6c6c0a4778 Make util.RuneWidth return 1 for non-displayable characters Junegunn Choi 2017-01-09 10:45:05 +09:00
  • a16d8f66a9 Normalize pattern string before passing it to Algo function Junegunn Choi 2017-01-09 09:52:17 +09:00
  • 45793d75c2 Add --normalize option to normalize latin script characters Junegunn Choi 2017-01-09 03:12:23 +09:00
  • 9d545f9578 Fix update of multi-select pointer Junegunn Choi 2017-01-08 02:29:31 +09:00
  • a30999a785 Prepare for 0.16.0 release Junegunn Choi 2017-01-08 02:09:31 +09:00
  • 1a50f1eca1 [vim] Use --height instead of fzf-tmux Junegunn Choi 2017-01-08 02:06:39 +09:00
  • 1448d631a7 Add --height option Junegunn Choi 2017-01-08 01:30:31 +09:00
  • fd137a9e87 [bash/zsh-completion] Filter ~/.ssh/known_hosts Junegunn Choi 2017-01-07 22:46:34 +09:00
  • 3670273719 [vim] Use cmd.exe directly on GVim (launcher='%s') (#787) Jan Edmund Lazo 2017-01-04 00:07:01 -05:00
  • 6c0fd7f9ca [vim] FZF command to handle Windows paths with spaces Jan Edmund Lazo 2016-12-31 23:11:06 -05:00
  • 42a2371d26 [vim] Use cmd.exe in Windows (#785) Jan Edmund Lazo 2016-12-31 21:48:15 -05:00
  • 45faad7e04 [bash] Addendum fix for #580 Junegunn Choi 2017-01-01 02:23:20 +09:00
  • 73eacf1137 [bash-completion] Always backup existing completion definitions Junegunn Choi 2016-12-31 00:30:00 +09:00
  • 7b0d9e1e07 Apply --tabstop to preview window Junegunn Choi 2016-12-27 01:34:55 +09:00
  • c7b0764002 [shell] Use '-mindepth 1' to omit root folder in 'find' output (#779) Pierre Neidhardt 2016-12-24 09:23:07 +05:30
  • 847c512539 s:execute_term: switch_back: check that self.pbuf exists (#776) Daniel Hahler 2016-12-18 18:51:19 +01:00
  • 97330ee8fc No need to set MANPATH Junegunn Choi 2016-12-17 11:20:28 +09:00
  • 0508e70f9b Overhaul fish functions (#759) Pierre Neidhardt 2016-12-14 12:07:27 +05:30
  • 8a502af4c1 Neovim: event handlers always expect three arguments (#768) Marco Hinz 2016-12-13 17:56:53 +01:00
  • c60bfb2b0f [neovim] Keep alternate file unchanged Junegunn Choi 2016-12-11 22:32:40 +09:00
  • 16b5902aa2 Fix Linux build (#756) Junegunn Choi 2016-12-05 02:27:38 +09:00
  • a442fe0fd0 Truncate long lines in preview window Junegunn Choi 2016-12-05 02:13:47 +09:00
  • ab9ae4f643 [vim] Fix path display in FZF when cwd is ~ Junegunn Choi 2016-12-03 01:08:09 +09:00
  • d9a51030ea [vim] Display relative path in prompt Junegunn Choi 2016-12-02 21:07:23 +09:00
  • 67026718c1 Add BUILD.md Junegunn Choi 2016-11-27 15:16:53 +09:00
  • a71c471405 0.15.9 0.15.9 Junegunn Choi 2016-11-26 12:25:27 +09:00
  • 3858086047 Always print scroll indicator in preview window Junegunn Choi 2016-11-26 12:34:00 +09:00
  • dffef3d9f3 Update build instructions for ncurses 6 and tcell Junegunn Choi 2016-11-26 11:41:57 +09:00
  • de1c6b8727 [tcell] 24-bit color support Junegunn Choi 2016-11-26 00:36:38 +09:00
  • 6f17f412ba Workaround for rendering glitch in case of short-lived input process Junegunn Choi 2016-11-25 14:05:37 +09:00
  • 746961bf43 [ncurses6] Suppress tui.Italic on ncurses 5 Junegunn Choi 2016-11-24 13:42:14 +09:00
  • 182a6d99fd [ncurses6] Support italics Junegunn Choi 2016-11-24 00:13:10 +09:00
  • af31088481 [ncurses6] Use wcolor_set to support more than 256 color pairs Junegunn Choi 2016-11-23 22:46:04 +09:00
  • 43425158f4 Make escape delay configurable via ncurses standard $ESCDELAY Junegunn Choi 2016-11-23 02:18:18 +09:00
  • 8524ea7441 Do not ignore resize event from ncurses and tcell Junegunn Choi 2016-11-23 01:58:46 +09:00
  • 6a65006f55 0.15.8 0.15.8 Junegunn Choi 2016-11-19 23:13:26 +09:00
  • d75ed841a9 Fix --no-bold on --no-color Junegunn Choi 2016-11-19 23:12:28 +09:00
  • 3cd2547e91 Reduce ESC delay to 100ms Junegunn Choi 2016-11-19 23:03:27 +09:00
  • 8c661d4e8c Revamp escape sequence processing for WSL Junegunn Choi 2016-11-19 22:40:28 +09:00
  • 4b332d831e Add --no-bold option Junegunn Choi 2016-11-15 23:57:32 +09:00
  • 22487810ba Update README: link to wiki page Junegunn Choi 2016-11-15 23:44:04 +09:00
  • c49e65d926 [shell] Fix pruning condition of find command for CTRL-T and ALT-C Junegunn Choi 2016-11-15 01:51:25 +09:00
  • 2e8814bb57 Add WSL to .github/ISSUE_TEMPLATE.md Junegunn Choi 2016-11-14 12:26:46 +09:00
  • dc557c0d4c Update ANSI processor to handle more VT-100 escape sequences Junegunn Choi 2016-11-14 02:13:16 +09:00
  • a2beb159f1 0.15.7 0.15.7 Junegunn Choi 2016-11-09 12:41:46 +09:00
  • 7ce427ff47 Fix panic when color is disabled and header lines contain ANSI colors Junegunn Choi 2016-11-09 12:05:45 +09:00
  • a221c672fb 0.15.6 0.15.6 Junegunn Choi 2016-11-09 01:45:27 +09:00
  • f87d382ec8 Fix --color=bw on tcell build Junegunn Choi 2016-11-09 01:45:06 +09:00
  • 3dfc020fac Merge pull request #730 from laur89/master Junegunn Choi 2016-11-09 00:06:42 +09:00
  • 2d87896939 Minor README markup fix. Laur Aliste 2016-11-08 15:41:46 +01:00
  • 2192d8d816 GOOS=windows make release Junegunn Choi 2016-11-08 03:32:41 +09:00
  • d206949f62 Wait for additional keys after ESC for up to 100ms Junegunn Choi 2016-11-08 03:07:26 +09:00
  • 4accc69022 Fix flaky test cases Junegunn Choi 2016-11-08 02:19:05 +09:00
  • 898d8d94c8 Fix issues in tcell renderer and Windows build Junegunn Choi 2016-11-07 02:15:34 +09:00
  • 26895da969 Implement tcell-based renderer Michael Kelley 2016-10-23 20:45:45 -07:00
  • 0c573b3dff Prepare for termbox/windows build Junegunn Choi 2016-10-24 09:44:56 +09:00
  • 2cff00dce2 man fzf in README Junegunn Choi 2016-11-01 00:39:02 +09:00
  • 06a6ad8bca Update ANSI processor to ignore ^N and ^O Junegunn Choi 2016-10-30 12:29:29 +09:00
  • 02c6ad0e59 Strip ^N and ^O from preview output Junegunn Choi 2016-10-30 11:43:06 +09:00
  • 9f321cbe13 Fix header lines being cleared on toggle-preview Junegunn Choi 2016-10-28 03:13:32 +09:00
  • 9f30ca2923 0.15.5 0.15.5 Junegunn Choi 2016-10-23 22:00:32 +09:00
  • 37f2d8f795 [vim] Respect g:fzf_colors Junegunn Choi 2016-10-22 01:14:04 +09:00
  • 400e443a0a Make test cases less susceptible to timeout errors Junegunn Choi 2016-10-22 00:01:21 +09:00
  • 0a8d2996dc Set foreground color without affecting background Junegunn Choi 2016-10-21 19:35:59 +09:00
  • cfdb00b971 Allow other options to follow --color without spec Junegunn Choi 2016-10-21 19:20:00 +09:00
  • 9b9ad39143 [vim] Set g:loaded_fzf Junegunn Choi 2016-10-18 15:00:47 +09:00
  • 0541c0dbcf Use relative position instead of absolute distance for --tiebreak=end Junegunn Choi 2016-10-18 01:11:04 +09:00
  • 47b11cb8b4 Merge pull request #701 from nthapaliya/zsh_script_improvements Junegunn Choi 2016-10-14 10:00:58 +09:00
  • d3da310b92 Use command to ignore shell function Niraj Thapaliya 2016-10-13 09:48:05 -06:00
  • 93e0a6a9de Gnu [ evaluates both sides of a -o condition regardless Niraj Thapaliya 2016-10-12 11:18:03 -06:00
  • ac549a853a [fzf-tmux] Fix bash condition Junegunn Choi 2016-10-13 10:42:26 +09:00