Skip to content

Instantly share code, notes, and snippets.

View matheusrocha89's full-sized avatar

Matheus Cruz Rocha matheusrocha89

View GitHub Profile
# This is the configuration file for Ghostty.
#
# This template file has been automatically created at the following
# path since Ghostty couldn't find any existing config files on your system:
#
# /Users/matheusrocha/Library/Application Support/com.mitchellh.ghostty/config
#
# The template does not set any default options, since Ghostty ships
# with sensible defaults for all options. Users should only need to set
# options that they want to change from the default.
@matheusrocha89
matheusrocha89 / vscode-shortcuts.json
Last active May 19, 2018 22:02
My VS Code shortcuts
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+w v",
"command": "workbench.action.splitEditor"
},
{
"key": "cmd+\\",
"command": "-workbench.action.splitEditor"
},