Skip to content

Instantly share code, notes, and snippets.

View FateNozomi's full-sized avatar
🎯
Focusing

FateNozomi

🎯
Focusing
View GitHub Profile
@ozh
ozh / Directory.reg
Created November 9, 2012 20:46
Regedit keys: Git GUI & Git Bash context menus
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\git]
@="* Guit Bash"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\git\command]
@="C:\\Program Files (x86)\\Console2\\Console.exe -t \"Git\" -d \"%V\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\git_gui]

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close