Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/code_runner.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ code_runner.setup([{opts}]) *code_r
command that maps to that {opt} from the keys in the supported files
json
:RunFile {modes} *:RunFile*
Run the current file(optionally you can select an opening {mode}: {"toggle", "float", "tab", "toggleterm", "buf"}, default: "term").
Run the current file(optionally you can select an opening {mode}: {"toggle", "float", "tab", "toggleterm", "buf", "better_term", "vimux"}, default: "term").
:RunProject *:RunProject*
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").
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").

==============================================================================
SETTINGS *code_runner-settings*
Expand Down Expand Up @@ -79,7 +79,7 @@ default value: >
<

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

startinsert *code_runner-settings-startinsert*
Init in insert mode(default: false)
Expand Down