summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)Author
2021-03-08[fzf-tmux] Adapt to tmux latest changes (#2379)solarizedalias
2021-01-01[fzf-tmux] Disable CTRL-ZJunegunn Choi
2020-10-09Simplify fzf-tmux scriptJunegunn Choi
# Should properly escape arguments FZF_DEFAULT_OPTS='--prompt "\$a`b\"c"' fzf-tmux --header $'$a\nb"c`d'
2020-05-23[fzf-tmux] Fix zoomed pane handling in popup mode (#2054)karasu
When called with popup options, do not move to temp window.
2020-04-07[fzf-tmux] Allow positional flagsJunegunn Choi
Since we don't know in advance which flags tmux will support, simply allow a single uppercase character ([A-Z]) for now. fzf-tmux -xR -yS fzf-tmux -x R -y S Fix #1956
2020-04-03[fzf-tmux] Fall back to plain fzf when split failedJunegunn Choi
2020-04-03[fzf-tmux] Use $PWD instead of #{pane_current_path}Junegunn Choi
Related: https://github.com/tmux/tmux/issues/1282
2020-04-03[fzf-tmux] Set default horizontal marginJunegunn Choi
2020-04-03[fzf-tmux] Add option to start fzf in tmux popup windowJunegunn Choi
Requires latest tmux built from source (e.g. brew install tmux --HEAD) Examples: # 50%/50% width and height on the center of the screen fzf-tmux -p # 80%/80% fzf-tmux -p80% # 80%/40% fzf-tmux -p80%,40% # Separate -w and -h fzf-tmux -w80% -h40% # 80%/40% at position (0, 0) fzf-tmux -w80% -h40% -x0 -y0 You can configure key bindings and fuzzy completion to open in tmux popup window like so: FZF_TMUX_OPTS='-p 80%'
2018-05-04[fzf-tmux] Avoid unnecessary recovery of window optionsJunegunn Choi
fzf-tmux temporarily turns off remain-on-exit and synchronize-panes options. We don't have to try to restore the values of the options if they were already turned off when fzf-tmux was started.
2018-05-04[fzf-tmux] Restore tmux window options (#1272)Heinrich Kruger
Restore the original values of 'remain-on-exit' and 'synchronize-panes' options when exiting 'fzf-tmux'.
2017-09-28[fzf-tmux] Executes fzf from fzf-tmux with a process name (#1056)Ricardo González
2017-09-01[fzf-tmux] Remove cat commandJunegunn Choi
Close #1039
2017-09-01[fzf-tmux] Add pane_height/pane_width fallback (#1037)Mike Hearn
2017-08-26[fzf-tmux] Execute trap with bash instead of the default shellJunegunn Choi
Close #1007
2017-06-04[fzf-tmux] Fix cleanup of temporary filesJunegunn Choi
Close #935
2017-04-03[fzf-tmux] Close with exit code 130 when tmux pane is killedKouki Higashikawa
Fix #796
2017-04-01[fzf-tmux] Fix issue with zoomed pane on fish (#891)五所和哉
2017-02-08[fzf-tmux] Fix race condition when using -l/-u on zoomed panesJunegunn Choi
Using a dummy command that works as the barrier.
2017-01-08Add --height optionJunegunn Choi
2016-10-13[fzf-tmux] Fix bash conditionJunegunn Choi
Fix #702
2016-10-12[fzf-tmux/vim/nvim] Do not split small windowJunegunn Choi
Close #699
2016-09-06Make fzf target correct session in groupBryan Head
Fixes #643 Doesn't break #648
2016-08-31Revert "Unset TMUX before splitting window" (#648)Junegunn Choi
This reverts commit 4d4447779fe4c3ff05c2e6809c1b0c5d754d9772.
2016-08-28Unset TMUX before splitting windowBryan Head
Avoids confusing grouped sessions. Fixes #643
2016-07-10[fzf-tmux] Add --version and --help flagsJunegunn Choi
2016-07-10[fzf-tmux] Use double bracketsJunegunn Choi
For consistency and (negligible) performance improvement
2016-07-10[fzf-tmux] Fail fast if fzf excutable is not foundJunegunn Choi
2016-06-08[fzf-tmux] Escape $ in argumentsJunegunn Choi
e.g. fzf-tmux -q '$PATH' Related: #343
2016-06-03[vim/fzf-tmux] Handle fzf project directory with spacesJunegunn Choi
Close #583
2016-06-03Revert "Change tmux pane title for fzf splits"Junegunn Choi
This reverts commit f074709fc96291f9a7d41d1fda9d9193c92b57e0. Close #586. /cc @akashin
2016-06-01Change tmux pane title for fzf splitsAndrey Kashin
2016-05-15[fzf-tmux] Escape backslash in command-line argumentsJunegunn Choi
2016-05-11[fzf-tmux] Fix #562 - Check $TMUX instead of $TMUX_PANEJunegunn Choi
2016-04-24[fzf-tmux] Do not split pane if the height is too smallJunegunn Choi
2016-03-15[fzf-tmux] Fix invalid redirectionJunegunn Choi
2016-03-15[fzf-tmux] Fix issues on tmux 1.8Junegunn Choi
2016-03-15[fzf-tmux] tmux 1.6 compatibilityJunegunn Choi
Patch submitted by @netei. Close #524.
2016-01-07[fzf-tmux] Turn off remain-on-exit optionJunegunn Choi
Related: https://github.com/junegunn/fzf.vim/issues/67
2016-01-07[fzf-tmux] Fix #466 - Make fifos writable by other usersJunegunn Choi
2015-12-08Correct fzf-tmux tmux checking bugPokey Rule
2015-12-07Support fzf-tmux when zoomedPokey Rule
2015-10-05[fzf-tmux] Create temp files in $TMPDIR if definedJunegunn Choi
2015-09-18[fzf-tmux] Exit with the same exit status as with fzfJunegunn Choi
2015-09-07[fzf-tmux] Fix #343 - Escape backticks in --queryJunegunn Choi
2015-07-28[fzf-tmux] Ensure that the same $TERM value is used in splitJunegunn Choi
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.
2015-07-28Do not use tmux pane if the current pane is zoomedJunegunn Choi
Close #303
2015-04-24[fzf-tmux] Fix #215 - Prepend env to avoid error on fishJunegunn Choi
2015-04-20[fzf-tmux/vim] Fixes for fish (#204)Junegunn Choi
2015-04-20Revert "[fzf-tmux] Fix #204 - Escape command substitution"Junegunn Choi
This reverts commit 7b6a27cb5e15c7bb749ffc9adbc74f852c3ad6c2.