You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@ Don't use setup if filetype or a json path
69
69
- Toggle runner
70
70
- Reload runner
71
71
- Run in a Float window
72
-
- Run in a buffer
73
72
- Run in a tab
74
73
- Run in a split
75
74
- Run in toggleTerm
@@ -86,8 +85,8 @@ All run commands allow restart. So, for example, if you use a command that does
86
85
87
86
-`:RunCode` - Runs based on file type, first checking if belongs to project, then if filetype mapping exists
88
87
-`:RunCode <A_key_here>` - Execute command from its key in current directory.
89
-
-`:RunFile <mode>` - Run the current file(optionally you can select an opening mode: {"toggle", "float", "tab", "toggleterm", "buf"}, default: "term").
90
-
-`:RunProject <mode>` - 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").
88
+
-`:RunFile <mode>` - Run the current file(optionally you can select an opening mode: {"toggle", "float", "tab", "toggleterm"}, default: "term").
89
+
-`:RunProject <mode>` - 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"}, default: "term").
91
90
-`:RunClose` - Close runner
92
91
-`:CRFiletype` - Open json with supported files(Use only if you configured with json files).
93
92
-`:CRProjects` - Open json with list of projects(Use only if you configured with json files).
0 commit comments