Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fzf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
fzf
Commits
b49f22cd
Unverified
Commit
b49f22cd
authored
7 years ago
by
Junegunn Choi
Browse files
Options
Downloads
Patches
Plain Diff
0.16.8
parent
7e483b0c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
install
+1
-1
1 addition, 1 deletion
install
man/man1/fzf-tmux.1
+1
-1
1 addition, 1 deletion
man/man1/fzf-tmux.1
man/man1/fzf.1
+1
-1
1 addition, 1 deletion
man/man1/fzf.1
src/constants.go
+1
-1
1 addition, 1 deletion
src/constants.go
with
18 additions
and
4 deletions
CHANGELOG.md
+
14
−
0
View file @
b49f22cd
CHANGELOG
=========
0.
16.8
------
-
New
`change`
event and
`top`
action for
`--bind`
-
`fzf --bind change:top`
-
Move cursor to the top result whenever the query string is changed
-
`fzf --bind ctrl-u:unix-word-rubout+top`
-
`top`
combined with
`unix-word-rubout`
-
Fixed inconsistent tiebreak scores when
`--nth`
is used
-
Proper display of tab characters in
`--prompt`
-
Fixed not to
`--cycle`
on page-up/page-down to prevent overshoot
-
Git revision in
`--version`
output
-
Basic support for Cygwin environment
-
Many fixes in Vim plugin on Windows/Cygwin (thanks to @janlazo)
0.
16.7
------
-
Added support for
`ctrl-alt-[a-z]`
key chords
...
...
This diff is collapsed.
Click to expand it.
install
+
1
−
1
View file @
b49f22cd
...
...
@@ -2,7 +2,7 @@
set
-u
version
=
0.16.
7
version
=
0.16.
8
auto_completion
=
key_bindings
=
update_config
=
2
...
...
This diff is collapsed.
Click to expand it.
man/man1/fzf-tmux.1
+
1
−
1
View file @
b49f22cd
...
...
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
.TH fzf-tmux 1 "
Apr
2017" "fzf 0.16.
7
" "fzf-tmux - open fzf in tmux split pane"
.TH fzf-tmux 1 "
Jun
2017" "fzf 0.16.
8
" "fzf-tmux - open fzf in tmux split pane"
.SH NAME
fzf-tmux - open fzf in tmux split pane
...
...
This diff is collapsed.
Click to expand it.
man/man1/fzf.1
+
1
−
1
View file @
b49f22cd
...
...
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
.TH fzf 1 "
Apr
2017" "fzf 0.16.
7
" "fzf - a command-line fuzzy finder"
.TH fzf 1 "
Jun
2017" "fzf 0.16.
8
" "fzf - a command-line fuzzy finder"
.SH NAME
fzf - a command-line fuzzy finder
...
...
This diff is collapsed.
Click to expand it.
src/constants.go
+
1
−
1
View file @
b49f22cd
...
...
@@ -9,7 +9,7 @@ import (
const
(
// Current version
version
=
"0.16.
7
"
version
=
"0.16.
8
"
// Core
coordinatorDelayMax
time
.
Duration
=
100
*
time
.
Millisecond
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment