Quick reference for the custom terminal keybindings.
Note on syntax: \33 represents the Escape / Meta / Alt modifier in the raw config. For example, \33\143 is Alt + c.
| Action | Keybinding | Raw Config |
|---|---|---|
| Send Message | Enter | KEY_RETURN |
| import json | |
| import requests | |
| import subprocess | |
| from tqdm import tqdm | |
| import os | |
| # user inputs | |
| private_token = "your-private-token" | |
| clone_dir="/home/kali/Documents/gitlabs" |
| " Plugins -------------------------------- | |
| set surround | |
| set multiple-cursors | |
| set commentary | |
| set argtextobj | |
| set easymotion | |
| set textobj-entire | |
| set ReplaceWithRegister | |
| set exchange |