Skip to content

Instantly share code, notes, and snippets.

View VBourdine's full-sized avatar

VBourdine VBourdine

  • Berlin
View GitHub Profile
@VBourdine
VBourdine / Default (Windows).sublime-keymap
Last active March 14, 2024 17:59 — forked from nelanka/Default (Windows).sublime-keymap
Sublime Text 3 - User Key Bindings (IntelliJ IDEA Style) - Windows
[
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["shift+alt+up"], "command": "swap_line_up" },
{ "keys": ["shift+alt+down"], "command": "swap_line_down" }
]