Skip to content

Commit f293536

Browse files
committed
docus: Copy edit help docs with fresh link and to remove 1st person
1 parent f1c27de commit f293536

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

doc/vimux.txt

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,24 @@ ABOUT (1) *VimuxAbout*
2828

2929
Vimux -- Easily interact with tmux from vim.
3030

31-
What inspired me to write vimux was tslime.vim [1], a plugin that lets you
32-
send input to tmux. While tslime.vim works well, I felt it wasn't optimized
33-
for my primary use case which was having a smaller tmux pane that I would use
34-
to run tests or play with a REPL.
31+
Vimux was originally inspired by tslime.vim [1], a plugin that lets you send
32+
input to tmux. While tslime.vim works well, it wasn't optimized for the use
33+
case of having a smaller tmux pane used to run tests or play with a REPL. The
34+
goal of Vimux is to make interacting with tmux from vim effortless.
3535

36-
My goal with vimux is to make interacting with tmux from vim effortless. By
37-
default when you call `VimuxRunCommand` vimux will create a 20% tall
36+
By default, when you call `VimuxRunCommand` vimux will create a 20% tall
3837
horizontal pane under your current tmux pane and execute a command in it
39-
without losing focus of vim. Once that pane exists whenever you call
40-
`VimuxRunCommand` again the command will be executed in that pane. As I was
41-
using vimux myself I wanted to rerun commands over and over. An example of
42-
this was running the current file through rspec. Rather than typing that over
43-
and over I wrote `VimuxRunLastCommand` that will execute the last command
44-
you called with `VimuxRunCommand`.
38+
without losing the focus on vim. Once that pane exists, whenever you call
39+
`VimuxRunCommand` again the command will be executed in that pane. A frequent
40+
use case is wanting to rerun commands over and over. An example of this is
41+
running the current file through rspec. Rather than typing that over and over
42+
`VimuxRunLastCommand` will execute the last command called with
43+
`VimuxRunCommand`.
4544

46-
Other auxiliary functions and the ones I talked about above can be found
47-
bellow with a full description and example key binds for your vimrc.
45+
Other auxiliary functions and the ones talked about above can be found bellow
46+
with full descriptions and example key bindings for your vimrc.
4847

49-
[1] https://github.com/kikijump/tslime.vim
48+
[1] https://github.com/jgdavey/tslime.vim/network
5049

5150

5251
==============================================================================

0 commit comments

Comments
 (0)