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
+7
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,13 @@ Shortcuts using `<leader>` instead of special characters:
364
364
map <leader>sa zg
365
365
map <leader>s? z=
366
366
367
+
### Running Code
368
+
To run code directly from vim, press `F5`. The currently open code will execute without you having to type anything.
369
+
370
+
Can be used to execute code written in C, C++, Java, Python, Go, Octave, Bash scripts and HTML. To edit how you want your code to be executed, make changes in the file
371
+
```
372
+
~/vim_runtime/vimrcs/extended.vim
373
+
```
367
374
368
375
### Cope
369
376
Query `:help cope` if you are unsure what cope is. It's super useful!
0 commit comments