Commit Graph

2623 Commits (9ffe951f6d5bdb0249fb73b42e28defe0374c4e7)
 

Author SHA1 Message Date
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
Junegunn Choi e5ae4f0ef6 Do not load interactive parts when not required (#34) 10 years ago
Junegunn Choi 67ba87d390 Avoid CTRL-T error when default shell != zsh (#34) 10 years ago
Junegunn Choi 77d45cb173 Avoid starting interactive bash (#34) 10 years ago
Junegunn Choi d83febea46 Merge pull request #35 from junegunn/fix-tmux-on-linux
Fix #34: tmux integration on Linux
10 years ago
Junegunn Choi 546a315884 Fix #34: tmux integration on Linux 10 years ago
Junegunn Choi af616457e3 Use -p option of split-window instead of manual calculation 10 years ago
Junegunn Choi 1a100a2919 No need for screenrow() 10 years ago
Junegunn Choi a85bb93b69 Fix use of screenrow when tmux height is given in % 10 years ago