This project is mirrored from https://github.com/junegunn/fzf.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jan 15, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Ref #790
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 14, 2017
-
-
Junegunn Choi authored
Close #799
-
Junegunn Choi authored
-
- Jan 11, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #798
-
- Jan 10, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 09, 2017
-
-
Junegunn Choi authored
Excerpt from http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/x361.html: > - Save cursor position: > \033[s > - Restore cursor position: > \033[u > > The latter two codes are NOT honoured by many terminal emulators. The > only ones that I'm aware of that do are xterm and nxterm - even though > the majority of terminal emulators are based on xterm code. As far as > I can tell, rxvt, kvt, xiterm, and Eterm do not support them. They are > supported on the console. They are also unsupported by Neovim terminal.
-
Junegunn Choi authored
-
Junegunn Choi authored
Fix line wrapping in preview window
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #790
-
- Jan 08, 2017
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jan 07, 2017
-
-
Junegunn Choi authored
Close #791
-
- Jan 04, 2017
-
-
Jan Edmund Lazo authored
-
- Jan 02, 2017
-
-
Jan Edmund Lazo authored
- Use noshellslash for strict path expansion in fzf#run and s:cmd (shellescape depends on shellslash) - Double-quote the fzf command for cmd.exe - Add fzf#shellescape to encapsulate the logic - Close #786
-
- Jan 01, 2017
-
-
Jan Edmund Lazo authored
-
Junegunn Choi authored
-
- Dec 30, 2016
-
-
Junegunn Choi authored
_fzf_completion_loaded is no longer checked. This change increases the load time by a few milliseconds, but I can't think of a better way to handle the issue. Close #783.
-
- Dec 27, 2016
-
-
Junegunn Choi authored
-
- Dec 24, 2016
-
-
Pierre Neidhardt authored
This removes the need for the 'sed' call. Faster, cleaner.
-
- Dec 19, 2016
-
-
Daniel Hahler authored
With a `bufhidden=wipe` buffer (e.g. vim-startify) the buffer would not exist anymore, resulting in an error.
-
- Dec 17, 2016
-
-
Junegunn Choi authored
Close #774
-
- Dec 14, 2016
-
-
Pierre Neidhardt authored
Replace the "temp file" workaround with the "read" function: it's simpler and faster. Use proper escaping, remove the custom function. The "file" widget uses last token as root for the "find" command. This replaces the equivalent of '**' completion in bash/zsh. The "$dir" non-expanded variable can be used in FZF_CTRL_T_COMMAND to set the root.
-
Marco Hinz authored
-
- Dec 11, 2016
-
- Dec 05, 2016
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Add `:wrap` to --preview-window to wrap lines instead Close #756
-
- Dec 03, 2016
-
-
Junegunn Choi authored
-
- Dec 02, 2016
-
-
Junegunn Choi authored
-