summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-07 09:08:41 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-07 09:08:41 +0900
commitc111af0ed23731942ac8cbeb88c9f9e5d819628a (patch)
tree0bca611890554c9b07cc07d5141bc9b737c0dadd /README.md
parent07e2bd673e333568e150747a7d65dcacbd9ae1ca (diff)
Use the term `pane` instead of `split` when not ambiguous
/cc @Tranquility
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c7b79d3f..230804ff 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Installation
fzf project consists of the followings:
- `fzf` executable
-- `fzf-tmux` script for launching fzf in a tmux split
+- `fzf-tmux` script for launching fzf in a tmux pane
- Shell extensions
- Key bindings (`CTRL-T`, `CTRL-R`, and `ALT-C`) (bash, zsh, fish)
- Fuzzy auto-completion (bash only)
@@ -149,7 +149,7 @@ installer-generated source code: `~/.fzf.bash`, `~/.fzf.zsh`, and
`fzf-tmux` script
-----------------
-[fzf-tmux](bin/fzf-tmux) is a bash script that opens fzf in a tmux split.
+[fzf-tmux](bin/fzf-tmux) is a bash script that opens fzf in a tmux pane.
```sh
# usage: fzf-tmux [-h HEIGHT[%]] [-w WIDTH[%]] [--] [FZF OPTIONS]
@@ -412,7 +412,7 @@ fzf() {
}
```
-#### Using fzf with tmux splits
+#### Using fzf with tmux panes
The supplied [fzf-tmux](bin/fzf-tmux) script should suffice in most of the
cases, but if you want to be able to update command line like the default