Commit Graph

  • 7f17a9d1b4 Update mattn/go-shellwords Junegunn Choi 2017-04-30 00:47:44 +09:00
  • d34e4cf698 Support CTRL-Z (SIGSTOP) Junegunn Choi 2017-04-28 22:58:08 +09:00
  • 6b592137b9 Add support for ctrl-alt-[a-z] key chords Junegunn Choi 2017-04-28 02:36:36 +09:00
  • d5e72bf55d Update README-VIM: options as list (#896) Junegunn Choi 2017-04-28 02:09:55 +09:00
  • 5677e5e133 [fish] Fix ~/.config/fish/functions/fish_user_key_bindings.fish Junegunn Choi 2017-04-28 01:57:38 +09:00
  • 7a11a06cbd [vim] Use backslash for Windows filepaths (#896) Jan Edmund Lazo 2017-04-21 22:30:51 -04:00
  • a5862d4b9c [bash-completion] Use -o dirnames instead of -o plusdirs Junegunn Choi 2017-04-11 22:21:16 +09:00
  • a50909e806 Correction: fzf no longer depends on ncurses Junegunn Choi 2017-04-06 02:08:49 +09:00
  • 7c8f7d3f20 [fzf-tmux] Close with exit code 130 when tmux pane is killed Kouki Higashikawa 2017-04-03 11:49:54 +09:00
  • 9078197446 Add --version to --help output and man page Junegunn Choi 2017-04-02 11:30:22 +09:00
  • 0fe07cf9fe Update README.md Junegunn Choi 2017-04-02 10:47:06 +09:00
  • 2216169ca1 Update doc/fzf.txt accordingly Junegunn Choi 2017-04-01 12:19:39 +09:00
  • 50e989ca85 Update example in README-VIM Junegunn Choi 2017-04-01 12:06:25 +09:00
  • fa1fc3d855 Add vim doc Junegunn Choi 2017-04-01 12:00:30 +09:00
  • bbe696e925 [fzf-tmux] Fix issue with zoomed pane on fish (#891) 五所和哉 2017-04-01 11:09:46 +09:00
  • 5d12f523a3 Add chocolatey upgrade instruction to Readme (#890) Miodrag Milić 2017-03-29 18:59:41 +02:00
  • d295d20dc4 fzf#run: improve "is already running" message (#885) Daniel Hahler 2017-03-27 06:41:39 +02:00
  • 2ba10071c9 Add support for IPv6 addresses in ssh completion (#877) Sam Van Den Berge 2017-03-20 17:06:13 +01:00
  • 505dc0491b Make install script to work with non GNU tar (#871) Christian Sturm 2017-03-10 15:22:37 +01:00
  • 54a4ab0f26 Add Chocolatey instruction Junegunn Choi 2017-03-07 23:03:14 +09:00
  • e03e91477b 0.16.6 0.16.6 Junegunn Choi 2017-03-05 03:05:06 +09:00
  • 88ac397158 Add test case for --no-clear Junegunn Choi 2017-03-04 14:26:47 +09:00
  • 6fd4be580b Use alternate screen only when the value of height is 100% Junegunn Choi 2017-03-04 14:09:36 +09:00
  • 53348feb89 Add --no-clear option Junegunn Choi 2017-03-04 11:29:31 +09:00
  • 337cdbb37c [zsh] Use setopt noposixbuiltins instead of emulate -L zsh Junegunn Choi 2017-03-03 19:09:29 +09:00
  • 05fdf91fc5 Revert "[zsh] emulate -L zsh to avoid issues with incompatible options" Junegunn Choi 2017-03-03 18:57:22 +09:00
  • c387689d1c [shell] Enable sorting by default in CTRL-R Junegunn Choi 2017-03-03 12:20:01 +09:00
  • cb9238dc4e Display -S if sort is disabled and toggle-sort is used Junegunn Choi 2017-03-03 02:26:30 +09:00
  • a484811f78 [vim] Capitalize exception messages Junegunn Choi 2017-03-02 14:17:59 +09:00
  • 111d1934c4 [vim] Throw error if g:fzf_layout is incorrectly used Junegunn Choi 2017-03-02 14:14:57 +09:00
  • 972fb1a29d Suppress ANSI colors in preview window if --no-color is set Junegunn Choi 2017-03-02 12:49:51 +09:00
  • 3a6af27586 [zsh] emulate -L zsh to avoid issues with incompatible options Junegunn Choi 2017-03-01 16:07:04 +09:00
  • c89ac341e4 Clear background even if background color is not set Junegunn Choi 2017-03-01 16:00:08 +09:00
  • cd59e5d07b [neovim] Set 'dir' to the current direcotry Junegunn Choi 2017-02-25 23:52:56 +09:00
  • 0b940e4b2b Redraw item if query string has changed Junegunn Choi 2017-02-24 02:30:11 +09:00
  • b29375c844 [vim] Minor refactoring Junegunn Choi 2017-02-19 20:53:12 +09:00
  • 76d3f6d248 [vim] Escape ! when using :! to execute command Junegunn Choi 2017-02-19 20:47:44 +09:00
  • e87a85a179 0.16.5 0.16.5 Junegunn Choi 2017-02-19 01:40:25 +09:00
  • 11407bf656 Exclude sysfs in find commands Junegunn Choi 2017-02-19 01:33:13 +09:00
  • c82fb3c9b9 Add toggle-preview-wrap action Junegunn Choi 2017-02-18 23:49:00 +09:00
  • 309e1d8619 Properly truncate long query string Junegunn Choi 2017-02-18 23:17:29 +09:00
  • c2db67c1c0 [vim] Prepend @echo off to $FZF_DEFAULT_COMMAND on Windows (#847) Junegunn Choi 2017-02-18 21:58:03 +09:00
  • 9526594905 [vim] Fix FZF_DEFAULT_COMMAND on Windows Junegunn Choi 2017-02-18 18:16:34 +09:00
  • 3d74d277aa Use cut instead of sed in the default command Junegunn Choi 2017-02-17 13:07:45 +09:00
  • fc274c2ba4 [vim] Do not escape % when using system() instead of ! Junegunn Choi 2017-02-17 10:20:39 +09:00
  • ce43ea9f42 [shell] Replace sed with -mindepth 1 and cut (#844) Pierre Neidhardt 2017-02-16 09:18:01 +01:00
  • 21da02fac2 Fix indentation Junegunn Choi 2017-02-14 22:30:09 +09:00
  • 19569bd5c5 Move cursor to the top-left when returning to alternate screen Junegunn Choi 2017-02-14 22:28:04 +09:00
  • afa25d8c57 [zsh] Do not cd when cancelling alt+c keybind (#840) Daniel Gray 2017-02-08 23:05:02 -06:00
  • 1ba7acf4bd [fzf-tmux] Fix race condition when using -l/-u on zoomed panes Junegunn Choi 2017-02-08 14:55:17 +09:00
  • a847fe8754 Use "type" instead of "cat" on windows (#836) Prabir Shrestha 2017-02-06 21:42:08 -08:00
  • 5bb18b6441 Remove Dockerfiles and clean up Makefile Junegunn Choi 2017-02-06 21:15:29 +09:00
  • 876c233a26 Remove Ruby version Junegunn Choi 2017-02-06 21:06:12 +09:00
  • ee5aeb80a4 0.16.4 0.16.4 Junegunn Choi 2017-02-05 16:17:54 +09:00
  • 02ceae15a2 [vim] Download instruction for Windows Junegunn Choi 2017-02-05 02:07:54 +09:00
  • e514739280 Fix failing test case Junegunn Choi 2017-02-04 22:49:17 +09:00
  • 72265298f9 [vim] Apply --no-height when running fzf in full screen mode Junegunn Choi 2017-02-04 21:52:05 +09:00
  • 4b700192c1 Add --border option to draw horizontal lines above and below the finder Junegunn Choi 2017-02-04 21:51:22 +09:00
  • fe83589ade Add test case for --tiebreak=begin Junegunn Choi 2017-02-03 02:14:14 +09:00
  • fcf63c74f1 Fix --tiebreak=begin with algo v2 Junegunn Choi 2017-02-02 13:46:46 +09:00
  • c95bb109c8 Suppress CSI codes in the output Junegunn Choi 2017-02-02 13:14:27 +09:00
  • bd9c46ee34 Update ANSI processor to strip ^H along with its preceding character Junegunn Choi 2017-02-02 13:00:41 +09:00
  • 736aeaa1d3 Update go-runewidth Junegunn Choi 2017-02-02 10:08:56 +09:00
  • dd1f26522c Fix caching scheme when --exact is set and '-prefix is used Junegunn Choi 2017-02-01 02:05:58 +09:00
  • 712b7b2188 [vim] Expose buffer variable with the current fzf setup (#828) Kassio Borges 2017-01-31 16:06:52 +00:00
  • 5b749e2d5c Update documentation Junegunn Choi 2017-01-31 21:43:41 +09:00
  • d85a69a709 0.16.3 0.16.3 Junegunn Choi 2017-01-30 01:53:17 +09:00
  • a425e96fb2 [vim] g:fzf_prefer_tmux for choosing fzf-tmux over --height Junegunn Choi 2017-01-30 01:47:30 +09:00
  • 7763fdf6ba Update man pages Junegunn Choi 2017-01-30 01:27:12 +09:00
  • dd156b59fc Fix display issues with execute action Junegunn Choi 2017-01-30 01:08:07 +09:00
  • 36dceecd58 Add support for ctrl-space key Junegunn Choi 2017-01-28 02:54:47 +09:00
  • 421b9b271a Add execute-silent action Junegunn Choi 2017-01-27 17:46:56 +09:00
  • ed57dcb924 Extend placeholder expression for multiple selections Junegunn Choi 2017-01-27 16:38:42 +09:00
  • 95c77bfb98 Use --bind instead of --toggle-sort Junegunn Choi 2017-01-26 11:54:08 +09:00
  • 2e3e721344 Merge branch 'devel' Junegunn Choi 2017-01-26 11:52:24 +09:00
  • da2c28d5c2 Add --read0 and --print0 to --help output Junegunn Choi 2017-01-26 11:41:20 +09:00
  • dbddee9de9 [fish] Add toggle-sort back to CTRL-R (#759) Junegunn Choi 2017-01-25 10:21:14 +09:00
  • 8731d75607 Recalculate the width of trimmed line Junegunn Choi 2017-01-25 02:39:49 +09:00
  • f2ce233a6d 0.16.2 0.16.2 Junegunn Choi 2017-01-24 00:37:47 +09:00
  • 6a75e30941 Allow invisible preview window (--preview-window 0) Junegunn Choi 2017-01-24 00:23:16 +09:00
  • a3244c4892 Delete every line below the cursor Junegunn Choi 2017-01-23 22:07:18 +09:00
  • a5ad8fd3bd Minor refactoring Junegunn Choi 2017-01-23 12:51:31 +09:00
  • deccdb1ec5 Cursor postition response can be preceded by user key strokes Junegunn Choi 2017-01-23 12:47:55 +09:00
  • 12a43b5e62 Disable mouse if failed to query cursor position Junegunn Choi 2017-01-23 12:15:31 +09:00
  • e1291aa6d2 Fix make deps to see the right git dir Junegunn Choi 2017-01-23 12:10:43 +09:00
  • bb26f32ac7 Allow build on OpenBSD/FreeBSD/Android Junegunn Choi 2017-01-22 18:51:04 +09:00
  • 4d928001b8 Update release script to upload assets in parallel Junegunn Choi 2017-01-22 18:33:30 +09:00
  • c4baa6a10c Update man page: 24-bit color Junegunn Choi 2017-01-22 18:33:03 +09:00
  • 71dec3dc5e Fix bug where screen is not properly cleared on toggle-preview Junegunn Choi 2017-01-22 17:43:27 +09:00
  • e5017c0431 Remove unnecesasry test case Junegunn Choi 2017-01-22 17:41:47 +09:00
  • cbb5134874 [vim] Use 24-bit colors if termguicolors is set Junegunn Choi 2017-01-22 14:40:30 +09:00
  • ff248d566d Drop ncurses dependency Junegunn Choi 2017-01-22 14:13:37 +09:00
  • 6ccc12c332 Use alternate screen if --height needs the entire screen Junegunn Choi 2017-01-22 05:26:38 +09:00
  • 2a669e9a17 Clear lines even when background color is not set Junegunn Choi 2017-01-22 03:19:50 +09:00
  • 5130abe76f Merge branch 'master' into devel Junegunn Choi 2017-01-22 03:10:06 +09:00
  • fa7c8977a8 [vim] tput el to clear the last line Junegunn Choi 2017-01-22 03:03:26 +09:00
  • 24fa183297 make deps Junegunn Choi 2017-01-22 02:54:19 +09:00
  • 131aa5dd15 Composable actions in --bind Junegunn Choi 2017-01-22 02:32:49 +09:00
  • a06ccc928f Fix flakies Junegunn Choi 2017-01-21 04:17:51 +09:00
  • d09ad13208 [zsh] Workaround trailing esacped space bug in go-shellwords Junegunn Choi 2017-01-21 03:59:36 +09:00