See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| set-option -sa terminal-overrides ',xterm-256color:RGB' | |
| set-window-option -g mode-keys vi | |
| # List of plugins | |
| set -g @plugin 'tmux-plugins/tpm' | |
| set -g @plugin 'tmux-plugins/tmux-sensible' | |
| set -g @plugin 'dracula/tmux' | |
| set -g @dracula-plugins "ram-usage time" | |
| set -g @dracula-show-powerline true |
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": | |
| [ | |
| { | |
| "command": | |
| { | |
| "action": "copy", | |
| "singleLine": false |
In this guide you can find how to resolve the following issues.
Feel free to ask any questions in the comments section below.