Skip to content

Instantly share code, notes, and snippets.

Filip Lekić <lambdaconda@gmail.com>
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"
},
@flkc
flkc / config-editor.md
Last active February 11, 2018 20:18 — forked from nnja/config-editor.md
Configure git editor

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: vi or vim