Skip to content

Instantly share code, notes, and snippets.

View eltercero's full-sized avatar
🍥

Víctor Martín eltercero

🍥
View GitHub Profile
@eltercero
eltercero / railscasts.tmTheme
Created February 7, 2014 13:40
railscasts.tmTheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>RailsCasts</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
[
{ "keys": ["ctrl+alt+super+d"], "command": "toggle_side_bar" },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+shift+l"], "command": "expand_selection", "args": {"to": "line"} },
{ "keys": ["super+shift+c"], "command": "expand_selection", "args": {"to": "scope"} },
{ "keys": ["super+shift+j"], "command": "expand_selection", "args": {"to": "indentation"} },
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar" },
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["ctrl+shift+<"], "command": "erb" },
@eltercero
eltercero / sublime_settings.py
Last active May 24, 2021 09:29
Sublime settings
{
"show_full_path": true,
"animation_enabled": false,
"check_for_rbenv": true,
"color_scheme": "Packages/User/eltercero_reprise.tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[