Commit Graph

281 Commits (9dac12cb3222408375eadbb8391973a2089a6cee)
 

Author SHA1 Message Date
Junegunn Choi 9dac12cb32 Remove duplicate examples from README
As discussed in #54
10 years ago
Junegunn Choi d76a3646b7 Update Vim example: Rename functions
See: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.260
10 years ago
Junegunn Choi d7c734acd6 Ignore regex error inside trim call (#51) 10 years ago
Junegunn Choi ed13fc8618 Fix fzf-history-widget (#48) 10 years ago
Junegunn Choi edcd7c6aa6 Remove UTF-8 NFD conversion
We have iconv.
10 years ago
Junegunn Choi b0fdd6db99 Merge pull request #47 from cskeeters/master
[zsh-keybinding] Remove tailing substitution
10 years ago
Chad Skeeters edf27f47f2 removed tailing substitution causing all trailing space to be removed when extendedglob is set 10 years ago
Junegunn Choi 3b218b77eb Merge pull request #46 from takac/install-update
Fix fzf-history-widget to strip `*` from history lines when using tmux and fc
10 years ago
Tom Cammann 1e02471940 Update install
Update sed regex to strip "*" from history lines when using tmux and fc
e.g. "637* ls -a"
10 years ago
Junegunn Choi 1b9dadb3d3 Avoid unnecessary confirmation 10 years ago
Junegunn Choi c3827dea10 Add linewise user confirmation 10 years ago
Junegunn Choi 6a1b916598 OK 10 years ago
Junegunn Choi a2c7b001d5 Update version/date 10 years ago
Junegunn Choi 3c6e938bb1 Fix arrow keys on zsh widget
Fixes the problem reported by @elemakil. For some reason unknown,
sometimes the escape sequences of arrow keys are prefixed by 27-79
instead of the ordinary 27-91.
10 years ago
Junegunn Choi 5a0afc5fea Merge branch 'aboettger-master' 10 years ago
Junegunn Choi f37be006c3 Update uninstall script 10 years ago
Andreas Böttger 459c332351 Some improvements 10 years ago
Andreas Böttger 153a87d84a uninstall script 10 years ago
Junegunn Choi 05da892cd2 On writing fzf-tmux combo 10 years ago
Junegunn Choi f6b1a6278f Add --reverse option (top-to-bottom layout) 10 years ago
Junegunn Choi db58182483 Customization of key bindings (#40) 10 years ago
Junegunn Choi 6e9f0882da Update README (missing link to fish key bindings file) 10 years ago
Junegunn Choi 7ed18579dc `set -o vi` is required for vi-mode bash key bindings (#39) 10 years ago
Junegunn Choi f250fc8f86 Fix #41: [CTRL-T] long file paths causing wrapping artifacts 10 years ago
Junegunn Choi 6eea9603c2 Fix bug in install script 10 years ago
Junegunn Choi 20915529b7 Add link to examples wiki page 10 years ago
Junegunn Choi b3efccca81 [fish] Remove temporary file after use 10 years ago
Junegunn Choi 809d465de5 Tip on using git ls-tree (#31) 10 years ago
Junegunn Choi 7d15071c63 Fish shell support - installer / key bindings (#33) 10 years ago
Junegunn Choi 89eb1575e7 Simpler check for curses 10 years ago
Junegunn Choi 5d6ed935a4 Update README: master.tar.gz 10 years ago
Junegunn Choi 0528435386 Update README 10 years ago
Junegunn Choi fe22213b51 Remove gif link 10 years ago
Junegunn Choi aab42eaaba Update Vim plugin example 10 years ago
Junegunn Choi 16031b0d54 [Vim] Allow vertical split of tmux window 10 years ago
Junegunn Choi ded184daaf Typo 10 years ago
Junegunn Choi ecf90bd25b Update README 10 years ago
Junegunn Choi d82e38adc1 0.8.3 10 years ago
Junegunn Choi af677e7e35 Vim plugin: do not enable tmux-integration if version < 1.7 10 years ago
Junegunn Choi 6ad38bdad3 Update example: suppress error message from fc on bash (#37)
`'fc' -l 1` generated an error message on bash
10 years ago
Junegunn Choi 8b80136a87 Merge pull request #37 from wellle/zsh-history
Feed all zsh history into fzf
10 years ago
Christian Wellenbrock 97de919152 Feed all zsh history into fzf 10 years ago
Junegunn Choi 0eafa725b9 Fix test code indentation 10 years ago
Junegunn Choi fa212efe5f Fix ranking when multiple regions overlap
e.g.
  Match region #1: [-----------]
  Match region #2:       [---]
  Match region #3:         [------]
10 years ago
Junegunn Choi a9056ce90c Add gif showing tmux integration 10 years ago
Junegunn Choi 16682a3f92 Update fe example as the exit status from -0 has changed (#36) 10 years ago
Junegunn Choi 02c01c81a0 Improve -0 and -1 as suggested in #36
- Make -0 and -1 work without -q
- Change exit status to 0 when exiting with -0
10 years ago
Junegunn Choi 22d3929ae3 Implement --select-1 and --exit-0 (#27, #36) 10 years ago
Junegunn Choi ab9fbf1967 Allow --nth option to take multiple indexes (comma-separated) 10 years ago
Junegunn Choi 608ec2b806 set -o nonomatch for zsh (#34)
Avoid error message in an empty directory
10 years ago