This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"added_words": | |
[ | |
"Tabulaciones", | |
"tabulación", | |
"Inicializa", | |
"Apache", | |
"3rn3st0" | |
], | |
"caret_extra_bottom": 3, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EL BUENO | |
{ | |
"lista": [], | |
"mapa": {} | |
} | |
EL MALO | |
{ | |
"lista": null, | |
"mapa": null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="es"> | |
<head> | |
<meta charset="UTF-8" /> | |
<link rel="stylesheet" type="text/css" href="ruta_hoja_de_estilos.css"> | |
<title>Título del Website / Website's Title</title> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mkalias name "command param1 param2 etc.." | |
# Example: mkalias srvfolder "python -m SimpleHTTPServer" | |
mkalias () { | |
echo "alias $1=\"$2\"" >> ~/.bashrc | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Historial de la cónsola | |
HISTFILE=~/.zsh_history | |
HISTSIZE=100000 | |
SAVEHIST=100000 | |
# Opciones de Zsh | |
unsetopt MENU_COMPLETE # NO autoseleccionar la primera autocompletación | |
unsetopt FLOW_CONTROL # Desactivar inicio/parada de caracteres en el editor del shell | |
unsetopt NO_BEEP # Se escuchan los beeps de error |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1. Sublime Text 2 - Useful Shortcuts (PC) | |
Loosely ordered with the commands I use most towards the top. Sublime also offer "full documentation":http://www.sublimetext.com/docs/2/. | |
h2. Editing | |
| *Ctrl+C* | copy current line (if no selection) | | |
| *Ctrl+X* | cut current line (if no selection) | | |
| *Ctrl+⇧+K*| delete line | | |
| *Ctrl+↩* | insert line after | |
NewerOlder