-
- Downloads
[fzf-tmux] Add option to start fzf in tmux popup window
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%'
Showing
- README.md 8 additions, 6 deletionsREADME.md
- bin/fzf-tmux 52 additions, 18 deletionsbin/fzf-tmux
- man/man1/fzf-tmux.1 22 additions, 8 deletionsman/man1/fzf-tmux.1
- shell/completion.bash 4 additions, 4 deletionsshell/completion.bash
- shell/completion.zsh 4 additions, 4 deletionsshell/completion.zsh
- shell/key-bindings.bash 20 additions, 31 deletionsshell/key-bindings.bash
- shell/key-bindings.fish 17 additions, 2 deletionsshell/key-bindings.fish
- shell/key-bindings.zsh 15 additions, 6 deletionsshell/key-bindings.zsh
- test/test_go.rb 13 additions, 15 deletionstest/test_go.rb
Loading
Please register or sign in to comment