Commit Graph

  • 7322504ad0 Add installation instructions for openSUSE (#1631) Dan Čermák 2019-07-17 04:19:13 +02:00
  • de569f0052 Add Debian install instructions (#1620) miclill 2019-07-17 02:18:07 +00:00
  • e7097a9d25 [fish] Remove perl from fish key bindings (#1635) ssjhv 2019-07-12 22:47:51 -07:00
  • c1dbc800e5 [vim] Fix name-based colors for GVim/8.0 w/o builtin terminal (#1634) charlton1 2019-07-08 22:08:36 -04:00
  • 951746297e Fix invalid layout example Junegunn Choi 2019-06-08 23:29:04 +09:00
  • 984304568d Remove outdated GVim instruction Junegunn Choi 2019-06-08 23:22:05 +09:00
  • 723217bdea Add fzf#run tutorial to README-VIM.md Junegunn Choi 2019-06-08 23:17:30 +09:00
  • 0fdb71f7e4 Add FreeBSD installation instructions (#1569) Mateusz Piotrowski 2019-06-05 02:26:04 +02:00
  • 12ce76b56a [bash] Make sure to execute builtin history Junegunn Choi 2019-06-03 18:46:01 +09:00
  • 0030d18448 Update sys module to newer version (#1582) Michael Kelley 2019-05-25 19:06:46 -07:00
  • 0e3e6ac442 Disallow preview scroll when the content just fits the window Junegunn Choi 2019-05-21 16:35:45 +09:00
  • 430e8193e0 [install] Remove unused variable in install script (#1571) Dominik Reller 2019-05-06 23:34:55 -03:00
  • 03e8ed4d88 [bash-completion] Fix custom completion with dynamic loader enabled for non-standard command names (#1564) Jesus Briales 2019-04-30 18:35:51 +01:00
  • ef492f6178 Output --help message to standard output Junegunn Choi 2019-04-21 18:02:34 +09:00
  • 8eea45ef50 Add demo screencast video to README (#1557) Alexey Samoshkin 2019-04-18 12:49:30 +03:00
  • ff951341c9 0.18.0 0.18.0 Junegunn Choi 2019-03-31 11:22:38 +09:00
  • df570afd52 [docker] Fix gem install option in Dockerfile Junegunn Choi 2019-03-31 11:22:12 +09:00
  • 07d755df11 Fix regression of prompt display Junegunn Choi 2019-03-30 02:06:54 +09:00
  • 37585bd5a5 Disable preview scroll if the content fits on the screen Junegunn Choi 2019-03-29 18:28:45 +09:00
  • 89e24bf8f2 Fix ineffective break statement Junegunn Choi 2019-03-29 17:29:24 +09:00
  • 8d2fcd3518 Avoid unnecessary redraw of the preview window Junegunn Choi 2019-03-29 15:12:46 +09:00
  • f39ab3875e Redraw prompt only when necessary Junegunn Choi 2019-03-29 15:02:31 +09:00
  • 82efe6c60d [doc] Add bat for preview syntax highlighting example (#1538) AnakinXL 2019-03-28 18:31:17 -07:00
  • 75972d59a8 Add --no-unicode option to draw borders in ASCII characters Junegunn Choi 2019-03-29 02:11:03 +09:00
  • e7d60aac9c [vim] Do not restore cwd when autochdir is set and buffer changed Junegunn Choi 2019-03-28 10:50:38 +09:00
  • a0bfbdd49c [vim] Increase window height by 2 when --border is set Junegunn Choi 2019-03-26 16:40:40 +09:00
  • ba594982f0 Add MacPorts instruction Junegunn Choi 2019-03-18 18:45:57 +09:00
  • 2157f4f193 Add color option for gutter Junegunn Choi 2019-03-17 15:37:23 +09:00
  • 309bae423c [zsh-completion] Suppress "no matches found" message Junegunn Choi 2019-03-14 01:10:51 +09:00
  • 4f8bf2ae78 [install] Avoid generating empty component in $PATH Junegunn Choi 2019-03-08 12:38:36 +09:00
  • 85c1f8a9e0 Always prepend ANSI reset code before re-assembling tokens Junegunn Choi 2019-03-07 10:47:09 +09:00
  • e00e7e1e56 Remove unnecessary ANSI code injection Junegunn Choi 2019-03-07 02:01:34 +09:00
  • 1a6defdbcc Use simple string concatenation instead of using fmt.Sprintf Junegunn Choi 2019-03-07 02:00:31 +09:00
  • ef577a6509 Preserve the original color of each token when using --with-nth with --ansi Junegunn Choi 2019-03-06 19:05:05 +09:00
  • b7c6838e45 [install] Fix symlink log Junegunn Choi 2019-03-05 14:45:29 +09:00
  • 91d04cec5c [install] Print better error message when fzf --version failed Junegunn Choi 2019-03-05 14:44:29 +09:00
  • 3bd8441079 [completion] Look up on ~/.ssh/config.d/* files when doing ssh host complete (#1420) Rui Coelho 2019-02-28 07:38:52 +00:00
  • 8cf45a5197 [shell] Skip loading completion code on non-interactive shell Junegunn Choi 2019-02-28 16:13:59 +09:00
  • 8dc1377efb Export FZF_PREVIEW_LINES and FZF_PREVIEW_COLUMNS to preview process Junegunn Choi 2019-02-22 14:33:29 +09:00
  • 6c32148f90 Add placeholder expression for zero-based item index: {n} and {+n} Junegunn Choi 2019-02-19 01:12:57 +09:00
  • 315e568de0 Update build instruction Junegunn Choi 2019-01-31 18:42:59 +09:00
  • 5d16b28869 Fix tab width after ANSI reset code in preview window Junegunn Choi 2018-12-22 11:52:18 +09:00
  • 5624a89231 Inverse-only matches should not reorder the remaining results Junegunn Choi 2018-12-19 23:05:29 +09:00
  • 63c42b14f2 Remove trailing spaces in Makefile Junegunn Choi 2018-12-13 15:17:30 +09:00
  • 6f1eaa9b39 Use go modules and simplify build (#1444) Stefan Tatschner 2018-12-13 06:36:15 +01:00
  • ca42e5e00a Avoid unnecessary redraw of preview window Junegunn Choi 2018-12-13 10:58:57 +09:00
  • 61feee690c Render preview window when the initial query fails to match Junegunn Choi 2018-12-05 18:45:55 +09:00
  • d4ed955aee Typo & grammar fixes in README (#1413) Christian Muehlhaeuser 2018-11-09 08:50:16 +01:00
  • b46227dcb6 0.17.5 0.17.5 Junegunn Choi 2018-10-07 01:43:05 +09:00
  • fd8d371ac7 [zsh] Fix multiline prompt issue with 'zle reset-prompt' (#1397) Paul Frybarger 2018-10-05 03:56:26 +02:00
  • 0e06e298d4 [man] Document that FZF_DEFAULT_COMMAND should be POSIX-compliant Junegunn Choi 2018-09-30 22:19:09 +09:00
  • 72df905902 Do not wait for more keystrokes after double escape characters Junegunn Choi 2018-09-27 15:54:04 +09:00
  • 0d748a0699 Kill running preview process after 500ms when focus has changed Junegunn Choi 2018-09-27 15:27:08 +09:00
  • 27c40dc6b0 Restore STDIN during execute-silent Junegunn Choi 2018-09-27 11:10:49 +09:00
  • 8e34e6fbb4 [install] Escape spaces in installation directory Junegunn Choi 2018-09-27 10:15:22 +09:00
  • 3bc98ed623 Add link to related projects page Junegunn Choi 2018-09-27 02:52:52 +09:00
  • 70a92a858a Don't drop buffered input data in findOffset() (#1392) Tim Cuthbertson 2018-09-27 03:35:44 +10:00
  • 49d04374a4 [install] Detect MSYS on Windows (#1391) Jan Edmund Lazo 2018-09-25 10:03:36 -04:00
  • 8540902a35 Add link to git key bindings gist Junegunn Choi 2018-09-04 12:24:46 +09:00
  • 8c6fcee3ca [vim] Fix directory switching around sink function Junegunn Choi 2018-08-20 15:31:41 +09:00
  • 13803d0dbb [vim] Clear temporary window-local working directory Junegunn Choi 2018-08-10 18:19:29 +09:00
  • 423986996a Handle incomplete ESC sequence in typeahead buffer (#1350) Michael Kelley 2018-08-07 23:43:55 -07:00
  • 1c9e7b7ea6 Update Makefile to build ppc64le binary (#1326) Younes Manton 2018-07-16 05:55:06 -04:00
  • 6de1ad9d3d [completion] Filter out non-hostnames in SSH config file (#1329) Jay 2018-07-05 22:29:39 -04:00
  • 5004ae3457 [fish] Use $version instead of $FISH_VERSION (#1100) Oliver Schrenk 2018-06-27 12:02:16 +02:00
  • e67cc75063 Update Makefile to support armv8l (#1321) 做梦专业户 2018-06-27 17:56:02 +08:00
  • 0edbcbdf19 Allow search query longer than the screen width Junegunn Choi 2018-06-25 19:07:12 +09:00
  • f0fe79dd3b 0.17.4 0.17.4 Junegunn Choi 2018-06-10 10:35:52 +09:00
  • daa1958f86 Provide an option to reverse items only (#1267) Akinori MUSHA 2018-06-10 01:41:50 +09:00
  • 2c26f02f5c Improve preview window update events Junegunn Choi 2018-06-10 01:40:22 +09:00
  • af87650bc4 [docker] Build binary from source Junegunn Choi 2018-06-08 19:42:29 +09:00
  • 2b19c0bc68 [bash/zsh] Fix missing fuzzy completions (#1303) ptzz 2018-06-02 03:40:33 +02:00
  • 76a2dcb5a9 Add Dockerfile for running tests Junegunn Choi 2018-06-01 18:23:25 +09:00
  • 68ec3d1c10 Fix flaky test cases Junegunn Choi 2018-06-01 18:21:34 +09:00
  • 2ff19084ca [install] Support for XDG Base Directory Specification (#1282) Mark 2018-05-31 19:54:58 -07:00
  • 62f062ecfa Remove -y flag from Arch Linux installation (#1290) Daniel Gray 2018-05-14 03:24:32 -05:00
  • cce17ad0a0 [vim] Use CRLF in batchfile for multibyte codepage (#1289) Jan Edmund Lazo 2018-05-13 03:24:28 -04:00
  • b8296a91b9 Clarify Vim plugin instruction Junegunn Choi 2018-05-04 16:01:42 +09:00
  • 6e9452b06e Add Arch Linux installation instruction Junegunn Choi 2018-05-04 15:59:48 +09:00
  • 888fd35689 [fzf-tmux] Avoid unnecessary recovery of window options Junegunn Choi 2018-05-04 15:38:27 +09:00
  • 1fb0fbca58 [bash] Do not print error when falling back to default completion (#1279) ptzz 2018-05-04 07:55:48 +02:00
  • ddd2a109e4 [fzf-tmux] Restore tmux window options (#1272) Heinrich Kruger 2018-05-03 20:25:15 +01:00
  • 87504a528e [bash] Fix infinite loop on tab completion Junegunn Choi 2018-04-30 12:58:10 +09:00
  • 6eac4af7db [vim] Ignore Vim:Interrupt when "Abort" selected on E325 Junegunn Choi 2018-04-26 10:23:18 +09:00
  • 89de1340af [bash] Add --sync to the default CTRL-R options Junegunn Choi 2018-04-25 18:47:56 +09:00
  • 9e753a0d44 Implement ttyname() in case /dev/tty is not available Junegunn Choi 2018-04-25 17:50:47 +09:00
  • f57920ad90 Do not print non-displayable characters Junegunn Choi 2018-04-12 17:49:52 +09:00
  • 7dbbbef51a Add support for alt-{up,down,left,right} keys Junegunn Choi 2018-04-12 17:39:28 +09:00
  • 7add75126d ZSH and Bash completion: remove shebang (#1248) Avindra Goolcharan 2018-04-12 04:21:56 -04:00
  • d207672bd5 Parse the output of go version to get the value of GOOS (#1260) Akinori MUSHA 2018-04-12 17:09:08 +09:00
  • 851fa38251 Add reference to Fedora package documentation (#1255) Robert Orzanna 2018-04-06 07:10:10 +02:00
  • 43345fb642 Implement flag for preserving whitespace around field (#1242) ZDNoFYVe 2018-03-30 02:47:46 +00:00
  • 9ff33814ea Fix typo in README (#1243) xalexalex 2018-03-27 10:53:20 +02:00
  • 21b94d2de5 Make fzf pass go vet Ryan Boehning 2018-02-17 14:01:06 -08:00
  • 24236860c8 Document inverse prefix exact match search syntax (#1224) Jesse Leite 2018-03-06 02:33:33 -05:00
  • 3f868fd792 [bash] Fix CTRL-R to preserve the latest yank Junegunn Choi 2018-02-16 21:55:23 +09:00
  • 417bca03df Add shift-up and shift-down Junegunn Choi 2018-02-15 19:56:11 +09:00
  • cce6aef557 [bash] Fix extra space issue of dynamic completion with 'nospace' Junegunn Choi 2018-02-15 11:56:07 +09:00
  • eb3afc03b5 [vim] Make list options compatible with layout options Junegunn Choi 2018-01-26 13:48:05 +09:00
  • 7f0caf0683 Update Windows default command to print relative paths (#1200) Jan Edmund Lazo 2018-01-17 08:02:50 -05:00