summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/tmux.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 58193f1..dd04376 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# navi <img src="https://raw.githubusercontent.com/denisidoro/navi/master/assets/icon.png" alt="icon" height="28px"/> [![Actions Status](https://github.com/denisidoro/navi/workflows/Tests/badge.svg)](https://github.com/denisidoro/navi/actions) ![GitHub release](https://img.shields.io/github/v/release/denisidoro/navi?include_prereleases)
+# navi <img src="https://raw.githubusercontent.com/denisidoro/navi/master/assets/icon.png" alt="icon" height="28px"/> [![Actions Status](https://github.com/denisidoro/navi/workflows/CI/badge.svg)](https://github.com/denisidoro/navi/actions) ![GitHub release](https://img.shields.io/github/v/release/denisidoro/navi?include_prereleases)
An interactive cheatsheet tool for the command-line.
diff --git a/docs/tmux.md b/docs/tmux.md
index 8263010..415f3a9 100644
--- a/docs/tmux.md
+++ b/docs/tmux.md
@@ -6,7 +6,7 @@ Add these lines to your Tmux config file to access **navi** by pressing `prefix
```sh
bind-key -T prefix C-g split-window \
- "$SHELL --login -i -c 'navi --print | head -c -1 | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp -d'"
+ "$SHELL --login -i -c 'navi --print | head -n 1 | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp -d'"
```
Example cheatsheet: