ahtxrw.over-blog.com/
18 Janvier 2021
Codeigniter 4 Snippets for Sublime Text 2/3. This is a Sublime Text package which includes a bunch of handy snippets for doing Codeigniter 4 framework development. Easy installation. If you have the Package Control package installed, you can install Codeigniter framework Snippets from inside Sublime Text itself. Office 2016 free. Open the Command Palette. I just started a new YouTube Coding Bootcamp series in 2020.

Key bindings in Sublime Text helps a user to process and map the sequences of key presses to actions. They are defined in the JSON format and are stored in .sublime-keymap files.
For better integration, it is important to keep separate key map files for Linux, OSX and Windows. Key maps of the corresponding platform will be loaded in the Sublime Text editor.
A user can open the keymap file or default key bindings using the option Preferences → Key Bindings.
The following example shows how to perform key bindings in Windows −
Sublime Text editor includes an option to define a key map. The key bindings defined in the file .sublime-keymap includes all the key value combinations.
You can include the following key binding set into this file and save them to check the execution, with the help of the code shown below −
Here super is the Winkey in Windows or Linux, and a command on OSX operating system. Note that this code will run the macro that is located in Packages/User and is named semicolon.sublime-macro on pressing the Super+Alt+ keys.
