Skip to content

Instantly share code, notes, and snippets.

View VijoPlays's full-sized avatar

Alexander "Vijo" Ott VijoPlays

View GitHub Profile
@VijoPlays
VijoPlays / sublime-standardized-keybinds
Last active April 17, 2023 07:20
Change them by going to "Preferences" > "Key Bindings".
[
{ "keys": ["ctrl+q"], "command": "exit" },
{ "keys": ["ctrl+shift+n"], "command": "new_window" },
{ "keys": ["ctrl+shift+w"], "command": "close_window" },
{ "keys": ["open"], "command": "prompt_open_file" },
{ "keys": ["ctrl+o"], "command": "prompt_open_file" },
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" },
{ "keys": ["alt+o"], "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"]} },
{ "keys": ["alt+shift+o"], "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"], "side_by_side": true} },
@VijoPlays
VijoPlays / med_zusammenfassung.tex
Last active March 4, 2021 17:33
Die Medizinzusammenfassung für den MI Bachelor aus Heidelberg als .tex file.
\documentclass[11pt]{scrartcl}
\usepackage[utf8x]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage{jurabib}
\usepackage{xcolor}
\usepackage{wrapfig}
\usepackage{float}
\usepackage{tocbibind}