@@ -19,14 +19,12 @@ Vimteractive was inspired by the workflow of the vim-ipython plugin:
19
19
20
20
https://github.com/ivanov/vim-ipython
21
21
22
- This plugin is designed to extend a subset of the functionality of vimteractive
23
- to other interpreters (including ipython). This plugin is designed to extend a
24
- subset of the functionality of vim-ipython to other interpreters (including
25
- ipython). It is based around the unix philosophy of "do one thing and do it
26
- well". It aims to provide a robust and simple link between text files and
27
- interactive interpreters. Vimteractive will never aim to do things like
28
- autocompletion, leaving that to other, more developed tools such as
29
- YouCompleteMe.
22
+ This plugin is designed to extend a subset of the functionality of vim-ipython
23
+ to other interpreters (including ipython). It is based around the unix
24
+ philosophy of "do one thing and do it well". It aims to provide a robust and
25
+ simple link between text files and interactive interpreters. Vimteractive will
26
+ never aim to do things like autocompletion, leaving that to other, more
27
+ developed tools such as YouCompleteMe.
30
28
31
29
The activating commands are
32
30
- ipython |:Iipython|
@@ -121,7 +119,7 @@ the terminal.
121
119
In |Insert-mode|, CTRL-S sends the line currently being edited, and then
122
120
returns to insert mode at the same location.
123
121
124
- In |Visual-mode|, CTRL-S sends all currently selected lines to the terminal.
122
+ In |Visual-mode|, CTRL-S sends the current selection to the terminal.
125
123
126
124
ALT-S sends all lines from the start to the current line.
127
125
@@ -132,7 +130,7 @@ create one for you using |:Iterm|.
132
130
3. Connecting to existing REPLs *:Iconn* *vimteractive-connecting*
133
131
:Iconn [{buffer}] Connect current buffer to REPL in {buffer}. You can
134
132
connect any number of buffers to one REPL. {buffer}
135
- can be omited if there is only one terminal.
133
+ can be omitted if there is only one terminal.
136
134
137
135
==============================================================================
138
136
4. Extending functionality *vimteractive-extending*
0 commit comments