Commit Graph

52 Commits (e825b07e85cf2474459faa9dbb898f1f98b1305e)

Author SHA1 Message Date
Junegunn Choi 3cf9ae04c7
[fzf-tmux] Fix cleanup of temporary files
Close #935
7 years ago
Kouki Higashikawa 7c8f7d3f20 [fzf-tmux] Close with exit code 130 when tmux pane is killed
Fix #796
7 years ago
五所和哉 bbe696e925 [fzf-tmux] Fix issue with zoomed pane on fish (#891) 7 years ago
Junegunn Choi 1ba7acf4bd
[fzf-tmux] Fix race condition when using -l/-u on zoomed panes
Using a dummy command that works as the barrier.
7 years ago
Junegunn Choi 1448d631a7
Add --height option 8 years ago
Junegunn Choi ac549a853a
[fzf-tmux] Fix bash condition
Fix #702
8 years ago
Junegunn Choi 053af9a1c8
[fzf-tmux/vim/nvim] Do not split small window
Close #699
8 years ago
Bryan Head 9baf7c4874 Make fzf target correct session in group
Fixes #643
Doesn't break #648
8 years ago
Junegunn Choi 22b089e47e
Revert "Unset TMUX before splitting window" (#648)
This reverts commit 4d4447779f.
8 years ago
Bryan Head 4d4447779f Unset TMUX before splitting window
Avoids confusing grouped sessions.
Fixes #643
8 years ago
Junegunn Choi b461a555b8
[fzf-tmux] Add --version and --help flags 8 years ago
Junegunn Choi 0f87b2d1e1
[fzf-tmux] Use double brackets
For consistency and (negligible) performance improvement
8 years ago
Junegunn Choi 0fb5b76c0d
[fzf-tmux] Fail fast if fzf excutable is not found 8 years ago
Junegunn Choi 6a431cbf49
[fzf-tmux] Escape $ in arguments
e.g. fzf-tmux -q '$PATH'

Related: #343
8 years ago
Junegunn Choi 1c86aaf342
[vim/fzf-tmux] Handle fzf project directory with spaces
Close #583
8 years ago
Junegunn Choi cfc0b18eaa
Revert "Change tmux pane title for fzf splits"
This reverts commit f074709fc9.

Close #586. /cc @akashin
8 years ago
Andrey Kashin f074709fc9 Change tmux pane title for fzf splits 8 years ago
Junegunn Choi faccc0a410
[fzf-tmux] Escape backslash in command-line arguments 8 years ago
Junegunn Choi 66f86e1870
[fzf-tmux] Fix #562 - Check $TMUX instead of $TMUX_PANE 8 years ago
Junegunn Choi c727ba1d99 [fzf-tmux] Do not split pane if the height is too small 8 years ago
Junegunn Choi 6cc9d53978 [fzf-tmux] Fix invalid redirection 8 years ago
Junegunn Choi df32c05833 [fzf-tmux] Fix issues on tmux 1.8 8 years ago
Junegunn Choi c0652adf4c [fzf-tmux] tmux 1.6 compatibility
Patch submitted by @netei. Close #524.
8 years ago
Junegunn Choi 2a2c0a0957 [fzf-tmux] Turn off remain-on-exit option
Related: https://github.com/junegunn/fzf.vim/issues/67
9 years ago
Junegunn Choi 4230b6f3c9 [fzf-tmux] Fix #466 - Make fifos writable by other users 9 years ago
Pokey Rule 32010055e1 Correct fzf-tmux tmux checking bug 9 years ago
Pokey Rule d513a210c6 Support fzf-tmux when zoomed 9 years ago
Junegunn Choi 659f49a09a [fzf-tmux] Create temp files in $TMPDIR if defined 9 years ago
Junegunn Choi 9398878048 [fzf-tmux] Exit with the same exit status as with fzf 9 years ago
Junegunn Choi 0a22142d88 [fzf-tmux] Fix #343 - Escape backticks in --query 9 years ago
Junegunn Choi dce6fe6f2d [fzf-tmux] Ensure that the same $TERM value is used in split
Fix #305. ncurses can crash on invalid $TERM. fzf-tmux uses bash on
a new pane so we have to make sure that the $TERM is consistent with
that of the hosting shell.
9 years ago
Junegunn Choi 9f953fc944 Do not use tmux pane if the current pane is zoomed
Close #303
9 years ago
Junegunn Choi 9c6e46ab15 [fzf-tmux] Fix #215 - Prepend env to avoid error on fish 9 years ago
Junegunn Choi 917b1759b0 [fzf-tmux/vim] Fixes for fish (#204) 9 years ago
Junegunn Choi 16ca9c688b Revert "[fzf-tmux] Fix #204 - Escape command substitution"
This reverts commit 7b6a27cb5e.
9 years ago
Junegunn Choi 7b6a27cb5e [fzf-tmux] Fix #204 - Escape command substitution 9 years ago
Junegunn Choi 869a234938 [fzf-tmux] Use bash instead of sh (#204)
The default shell can be a non-standard shell (e.g. fish)
9 years ago
Junegunn Choi d091a2c4bb [fzf-tmux] Minor adjustment 9 years ago
Junegunn Choi d2f95d69fb [fzf-tmux] Fix #200 - Double-quote handling
Related #199
9 years ago
Junegunn Choi 348731fc3b Make fzf-tmux work when fzf is not in $PATH but in the same directory
See: #181
9 years ago
Junegunn Choi c04e8de9b0 Make sure to start tmux pane from the current directory (#143)
- fzf-tmux
- CTRL-T of bash/zsh/fish
    - fish implementation may not work if the path contains
      double-quote characters (FIXME)
9 years ago
Junegunn Choi 4977174def [fzf-mux] Remove unnecessary env var from command 9 years ago
Junegunn Choi 12d81e212f [vim] Use fzf-tmux script for tmux integration 9 years ago
Junegunn Choi c22e729d9c [fzf-tmux] Apply environment variables 9 years ago
Junegunn Choi 789a474b28 [fzf-tmux] Allow opening fzf on any position (-u/-d/-l/-r)
The previous -w and -h will be synonyms for -r and -d respectively.
9 years ago
Junegunn Choi fb2959c514 [fzf-tmux] Fix duplicate arguments to fzf
fzf-tmux -w -q q
fzf-tmux -w -- -q q
9 years ago
Junegunn Choi 62a28468a7 [fzf-tmux] Fix `--` 9 years ago
Junegunn Choi 23dba99eda [fzf-tmux] Allow -w / -h without size argument 9 years ago
Junegunn Choi 5f62d224b0 Fix fzf-tmux script (bash 3.2 compatibility) 9 years ago
Junegunn Choi f7b52d2541 Use absolute path of fzf when splitting tmux window 9 years ago