diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2015-03-07 09:08:41 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2015-03-07 09:08:41 +0900 |
| commit | c111af0ed23731942ac8cbeb88c9f9e5d819628a (patch) | |
| tree | 0bca611890554c9b07cc07d5141bc9b737c0dadd /bin | |
| parent | 07e2bd673e333568e150747a7d65dcacbd9ae1ca (diff) | |
| download | fzf-c111af0ed23731942ac8cbeb88c9f9e5d819628a.tar.gz | |
Use the term `pane` instead of `split` when not ambiguous
/cc @Tranquility
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/fzf-tmux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fzf-tmux b/bin/fzf-tmux index 02d935ec..4db037c2 100755 --- a/bin/fzf-tmux +++ b/bin/fzf-tmux @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# fzf-tmux: starts fzf in a tmux split +# fzf-tmux: starts fzf in a tmux pane # usage: fzf-tmux [-h HEIGHT[%]] [-w WIDTH[%]] [--] [FZF OPTIONS] args=() |
