Skip to content

Commit 978696c

Browse files
update mode options in doc
Add "better_term" and "vimux" to the mode options
1 parent 50a59cb commit 978696c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/code_runner.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ code_runner.setup([{opts}]) *code_r
3232
command that maps to that {opt} from the keys in the supported files
3333
json
3434
:RunFile {modes} *:RunFile*
35-
Run the current file(optionally you can select an opening {mode}: {"toggle", "float", "tab", "toggleterm", "buf"}, default: "term").
35+
Run the current file(optionally you can select an opening {mode}: {"toggle", "float", "tab", "toggleterm", "buf", "better_term", "vimux"}, default: "term").
3636
:RunProject *:RunProject*
37-
Run the current project(If you are in a project otherwise you will not do anything, optionally you can select an opening {mode}: {"toggle", "float", "tab", "toggleterm", "buf"}, default: "term").
37+
Run the current project(If you are in a project otherwise you will not do anything, optionally you can select an opening {mode}: {"toggle", "float", "tab", "toggleterm", "buf", "better_term", "vimux"}, default: "term").
3838

3939
==============================================================================
4040
SETTINGS *code_runner-settings*
@@ -79,7 +79,7 @@ default value: >
7979
<
8080

8181
mode *code_runner-settings-mode*
82-
Mode in which you want to run(default: term, valid options: {"toggle", "float", "tab", "toggleterm", "buf"}),
82+
Mode in which you want to run(default: term, valid options: {"toggle", "float", "tab", "toggleterm", "buf", "better_term", "vimux"}),
8383

8484
startinsert *code_runner-settings-startinsert*
8585
Init in insert mode(default: false)

0 commit comments

Comments
 (0)