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
2f364c62
Unverified
Commit
2f364c62
authored
8 years ago
by
Junegunn Choi
Browse files
Options
Downloads
Patches
Plain Diff
0.12.2
parent
7ed9f836
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+14
-0
14 additions, 0 deletions
CHANGELOG.md
install
+2
-2
2 additions, 2 deletions
install
man/man1/fzf.1
+11
-2
11 additions, 2 deletions
man/man1/fzf.1
src/constants.go
+1
-1
1 addition, 1 deletion
src/constants.go
with
28 additions
and
5 deletions
CHANGELOG.md
+
14
−
0
View file @
2f364c62
CHANGELOG
=========
0.
12.2
------
-
256-color capability detection does not require
`256`
in
`$TERM`
-
Added
`print-query`
action
-
More named keys for binding;
<kbd>
F1
</kbd>
~
<kbd>
F10
</kbd>
,
<kbd>
ALT-/
</kbd>
,
<kbd>
ALT-space
</kbd>
, and
<kbd>
ALT-enter
</kbd>
-
Added
`jump`
and
`jump-accept`
actions that implement
[
EasyMotion
][
em
]
-like
movement
!
[][
jump
]
[
em
]:
https://github.com/easymotion/vim-easymotion
[
jump
]:
https://cloud.githubusercontent.com/assets/700826/15367574/b3999dc4-1d64-11e6-85da-28ceeb1a9bc2.png
0.
12.1
------
...
...
This diff is collapsed.
Click to expand it.
install
+
2
−
2
View file @
2f364c62
...
...
@@ -2,8 +2,8 @@
set
-u
[[
"
$@
"
=
~
--pre
]]
&&
version
=
0.12.
1
pre
=
1
||
version
=
0.12.
1
pre
=
0
[[
"
$@
"
=
~
--pre
]]
&&
version
=
0.12.
2
pre
=
1
||
version
=
0.12.
2
pre
=
0
auto_completion
=
key_bindings
=
...
...
This diff is collapsed.
Click to expand it.
man/man1/fzf.1
+
11
−
2
View file @
2f364c62
...
...
@@ -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
2016" "fzf 0.12.
1
" "fzf - a command-line fuzzy finder"
.TH fzf 1 "
May
2016" "fzf 0.12.
2
" "fzf - a command-line fuzzy finder"
.SH NAME
fzf - a command-line fuzzy finder
...
...
@@ -183,6 +183,9 @@ on the center of the screen.
.B "--inline-info"
Display finder info inline with the query
.TP
.BI "--jump-labels=" "CHARS"
Label characters for \fBjump\fR and \fBjump-accept\fR
.TP
.BI "--prompt=" "STR"
Input prompt (default: '> ')
.TP
...
...
@@ -200,11 +203,14 @@ e.g. \fBfzf --bind=ctrl-j:accept,ctrl-k:kill-line\fR
.B AVAILABLE KEYS: (SYNONYMS)
\fIctrl-[a-z]\fR
\fIalt-[a-z]\fR
\fIf[1-
4
]\fR
\fIf[1-
10
]\fR
\fIenter\fR (\fIreturn\fR \fIctrl-m\fR)
\fIspace\fR
\fIbspace\fR (\fIbs\fR)
\fIalt-enter\fR
\fIalt-space\fR
\fIalt-bspace\fR (\fIalt-bs\fR)
\fIalt-/\fR
\fItab\fR
\fIbtab\fR (\fIshift-tab\fR)
\fIesc\fR
...
...
@@ -244,12 +250,15 @@ e.g. \fBfzf --bind=ctrl-j:accept,ctrl-k:kill-line\fR
\fBforward-char\fR \fIctrl-f right\fR
\fBforward-word\fR \fIalt-f shift-right\fR
\fBignore\fR
\fBjump\fR (EasyMotion-like 2-keystroke movement)
\fBjump-accept\fR (jump and accept)
\fBkill-line\fR
\fBkill-word\fR \fIalt-d\fR
\fBnext-history\fR (\fIctrl-n\fR on \fB--history\fR)
\fBpage-down\fR \fIpgdn\fR
\fBpage-up\fR \fIpgup\fR
\fBprevious-history\fR (\fIctrl-p\fR on \fB--history\fR)
\fBprint-query\fR (print query and exit)
\fBselect-all\fR
\fBtoggle\fR
\fBtoggle-all\fR
...
...
This diff is collapsed.
Click to expand it.
src/constants.go
+
1
−
1
View file @
2f364c62
...
...
@@ -8,7 +8,7 @@ import (
const
(
// Current version
version
=
"0.12.
1
"
version
=
"0.12.
2
"
// 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