diff options
author | Anton Davydov <antondavydov.o@gmail.com> | 2015-10-15 23:58:52 +0300 |
---|---|---|
committer | Anton Davydov <antondavydov.o@gmail.com> | 2015-10-16 00:00:35 +0300 |
commit | 33aca58b8cc91776939442c526ba5391ce5f0a36 (patch) | |
tree | df2ee8e6f3bd449215810420a69fc457d1d2434b | |
parent | 66bc42e31bf62a1592f9b763e12c0b963b3e7d3d (diff) |
[tmux/en] Fix typo for lsp command
-rw-r--r-- | tmux.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.html.markdown b/tmux.html.markdown index c11da5fc..9c7f6c1f 100644 --- a/tmux.html.markdown +++ b/tmux.html.markdown @@ -38,7 +38,7 @@ then later reattached. lsp # List panes -a # List all panes -s # List all panes in session - -t # List app panes in target + -t # List all panes in target kill-window # Kill current window -t "#" # Kill target window |