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
390b4965
Unverified
Commit
390b4965
authored
7 years ago
by
Junegunn Choi
Browse files
Options
Downloads
Patches
Plain Diff
0.17.3
parent
b877c385
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
+18
-0
18 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
22 additions
and
4 deletions
CHANGELOG.md
+
18
−
0
View file @
390b4965
CHANGELOG
=========
0.
17.3
------
-
`$LINES`
and
`$COLUMNS`
are exported to preview command so that the command
knows the exact size of the preview window.
-
Better error messages when the default command or
`$FZF_DEFAULT_COMMAND`
fails.
-
Reverted #1061 to avoid having duplicate entries in the list when find
command detected a file system loop (#1120). The default command now
requires that find supports
`-fstype`
option.
-
fzf now distinguishes mouse left click and right click (#1130)
-
Right click is now bound to
`toggle`
action by default
-
`--bind`
understands
`left-click`
and
`right-click`
-
Added
`replace-query`
action (#1137)
-
Replaces query string with the current selection
-
Added
`accept-non-empty`
action (#1162)
-
Same as accept, except that it prevents fzf from exiting without any
selection
0.
17.1
------
...
...
This diff is collapsed.
Click to expand it.
install
+
1
−
1
View file @
390b4965
...
...
@@ -2,7 +2,7 @@
set
-u
version
=
0.17.
1
version
=
0.17.
3
auto_completion
=
key_bindings
=
update_config
=
2
...
...
This diff is collapsed.
Click to expand it.
man/man1/fzf-tmux.1
+
1
−
1
View file @
390b4965
...
...
@@ -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
2017" "fzf 0.17.
1
" "fzf-tmux - open fzf in tmux split pane"
.TH fzf-tmux 1 "
Dec
2017" "fzf 0.17.
3
" "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 @
390b4965
...
...
@@ -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
2017" "fzf 0.17.
1
" "fzf - a command-line fuzzy finder"
.TH fzf 1 "
Dec
2017" "fzf 0.17.
3
" "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 @
390b4965
...
...
@@ -9,7 +9,7 @@ import (
const
(
// Current version
version
=
"0.17.
1
"
version
=
"0.17.
3
"
// 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