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
ff951341
Unverified
Commit
ff951341
authored
5 years ago
by
Junegunn Choi
Browse files
Options
Downloads
Patches
Plain Diff
0.18.0
parent
df570afd
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
+15
-0
15 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
+2
-2
2 additions, 2 deletions
man/man1/fzf.1
src/constants.go
+1
-1
1 addition, 1 deletion
src/constants.go
with
20 additions
and
5 deletions
CHANGELOG.md
+
15
−
0
View file @
ff951341
CHANGELOG
=========
0.
18.0
------
-
Added placeholder expression for zero-based item index:
`{n}`
and
`{+n}`
-
`fzf --preview 'echo {n}: {}'`
-
Added color option for the gutter:
`--color gutter:-1`
-
Added
`--no-unicode`
option for drawing borders in non-Unicode, ASCII
characters
-
`FZF_PREVIEW_LINES`
and
`FZF_PREVIEW_COLUMNS`
are exported to preview process
-
fzf still overrides
`LINES`
and
`COLUMNS`
as before, but they may be
reset by the default shell.
-
Bug fixes and improvements
-
See https://github.com/junegunn/fzf/milestone/14?closed=1
-
Built with Go 1.12.1
0.
17.5
------
...
...
This diff is collapsed.
Click to expand it.
install
+
1
−
1
View file @
ff951341
...
...
@@ -2,7 +2,7 @@
set
-u
version
=
0.1
7.5
version
=
0.1
8.0
auto_completion
=
key_bindings
=
update_config
=
2
...
...
This diff is collapsed.
Click to expand it.
man/man1/fzf-tmux.1
+
1
−
1
View file @
ff951341
...
...
@@ -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 "
Oct
201
8
" "fzf 0.1
7.5
" "fzf-tmux - open fzf in tmux split pane"
.TH fzf-tmux 1 "
Mar
201
9
" "fzf 0.1
8.0
" "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
+
2
−
2
View file @
ff951341
...
...
@@ -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 "
Oct
201
8
" "fzf 0.1
7.5
" "fzf - a command-line fuzzy finder"
.TH fzf 1 "
Mar
201
9
" "fzf 0.1
8.0
" "fzf - a command-line fuzzy finder"
.SH NAME
fzf - a command-line fuzzy finder
...
...
@@ -255,7 +255,7 @@ e.g. \fBfzf --color=bg+:24\fR
\fBhl \fRHighlighted substrings
\fBfg+ \fRText (current line)
\fBbg+ \fRBackground (current line)
\fBgutter \fRGutter on the left (default to \fBbg+\fR)
\fBgutter \fRGutter on the left (default
s
to \fBbg+\fR)
\fBhl+ \fRHighlighted substrings (current line)
\fBinfo \fRInfo
\fBborder \fRBorder of the preview window and horizontal separators (\fB--border\fR)
...
...
This diff is collapsed.
Click to expand it.
src/constants.go
+
1
−
1
View file @
ff951341
...
...
@@ -9,7 +9,7 @@ import (
const
(
// Current version
version
=
"0.1
7.5
"
version
=
"0.1
8.0
"
// 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