Last active
October 12, 2017 12:40
-
-
Save tobyontour/4100d2c70c56dc192d9e to your computer and use it in GitHub Desktop.
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
| ab vdd print "<pre>"; var_dump($x); die(); | |
| ab eln echo __FILE__.':'.__LINE__."\n"; | |
| set tabstop=2 | |
| set softtabstop=2 | |
| set shiftwidth=2 | |
| set expandtab | |
| vmap <C-c> "+yi | |
| vmap <C-x> "+c | |
| vmap <C-v> c<ESC>"+p | |
| imap <C-v> <C-r><C-o>+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment