@@ -28,25 +28,24 @@ ABOUT (1) *VimuxAbout*
28
28
29
29
Vimux -- Easily interact with tmux from vim.
30
30
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 .
35
35
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
38
37
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` .
45
44
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.
48
47
49
- [1] https://github.com/kikijump /tslime.vim
48
+ [1] https://github.com/jgdavey /tslime.vim/network
50
49
51
50
52
51
==============================================================================
0 commit comments