mirror of
https://github.com/wellle/tmux-complete.vim.git
synced 2026-05-26 11:24:33 +02:00
Update filename in panewords.sh usage
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Usage: Get a list of all currently visible words:
|
||||
# sh panewords
|
||||
# sh panewords.sh
|
||||
#
|
||||
# Get all visible words beginning with `foo`:
|
||||
# sh panewords foo
|
||||
# sh panewords.sh foo
|
||||
|
||||
if [[ -z "$TMUX_PANE" ]]; then
|
||||
echo "Not running inside tmux!" 1>&2
|
||||
|
||||
Reference in New Issue
Block a user