diff options
author | William Carroll <wpcarro@gmail.com> | 2016-12-17T21·20-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-12-17T21·20-0500 |
commit | fd93296a786bef1c3d22dd3c9e542d56e5a53ae6 (patch) | |
tree | 4ea7861dd891f8480c542a6317af64e9d998af02 | |
parent | 59b54d1a59fee27a53eb7c4f938f3810ba009fe0 (diff) |
Update README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md index 7469af665abd..b4dcd56b440e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ $ infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti $ tic $TERM.ti ``` +## Italics in tmux and vim + +In the file `/configs/.tmux.conf` there is a line to add italics support to tmux: + +``` +set -g default-terminal "tmux-256color-italic" +``` + +The `$TERM` entry, `tmux-256color-italic` will be unavailable until you add the file, `/configs/tmux-256color-italic` to your terminal database. You can do this with the following command: + +```bash +$ tic ~/pc_settings/configs/tmux-256color-italic +``` + ### Commonly used applications * homebrew - necessary for procuring shell applications * karabiner - `key-repeat: 50ms delay-until-repeat: 300ms` increase your Mac's key repeat settings beyond the default range |