Set which editor git should use.
This is the program that will open during a commit with no -m flag, a merge, a rebase, etc...
Select from any installed editor. Examples:
- emacs:
emacs - vi:
viorvim
| Filip Lekić <[email protected]> | |
| 6:33 AM (52 minutes ago) | |
| to me | |
| { | |
| "editor.rulers": [120], | |
| "editor.minimap.enabled": false, | |
| "editor.fontSize": 12, | |
| "workbench.editor.showTabs": false, |
| [ | |
| // Vim | |
| { | |
| "key": "ctrl+h", | |
| "command": "workbench.action.focusLeftGroup" | |
| }, | |
| { | |
| "key": "ctrl+j", | |
| "command": "workbench.action.focusAboveGroup" | |
| }, |
Set which editor git should use.
This is the program that will open during a commit with no -m flag, a merge, a rebase, etc...
Select from any installed editor. Examples:
emacsvi or vim