mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 07:11:09 +00:00
vim: Added narrow Region
Added my php snippets
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
snippet jd "json dump and die"
|
||||
echo json_encode(${1}, JSON_PRETTY_PRINT); die();${0:}
|
||||
|
||||
snippet pjd "json dump and die"
|
||||
echo '<pre>';echo json_encode(${1}, JSON_PRETTY_PRINT); echo '</pre>'; die();${0:}
|
||||
|
||||
snippet ppbt
|
||||
echo '<pre>'; debug_print_backtrace(); echo '</pre>';${0:}
|
||||
|
||||
Reference in New Issue
Block a user