This file contains 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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"AceJump", | |
"AdvancedNewFile", |
This file contains 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
<?php | |
(defined('BASEPATH')) OR exit('No direct script access allowed'); | |
/** | |
* CMS Canvas | |
* | |
* @author Hemant Chouhan | |
* @copyright Copyright (c) 2012 | |
* @license MIT License | |
* @link http://BonFire.com | |
*/ |
This file contains 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
[ | |
{ "keys": ["ctrl+o"], "command": "fuzzy_start_from_file" }, | |
{ "keys": ["ctrl+shift+o"], "command": "fuzzy_bookmarks_load" }, | |
{ | |
"keys": ["ctrl+shift+r"], | |
"command": "reveal_in_side_bar" | |
//"command": "focus_file_on_sidebar" | |
}, | |
{ | |
"keys": ["ctrl+alt+n"], |