Update README.md
This commit is contained in:
parent
59b54d1a59
commit
fd93296a78
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -10,6 +10,20 @@ $ infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti
|
||||||
$ tic $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
|
### Commonly used applications
|
||||||
* homebrew - necessary for procuring shell 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
|
* karabiner - `key-repeat: 50ms delay-until-repeat: 300ms` increase your Mac's key repeat settings beyond the default range
|
||||||
|
|
Loading…
Reference in a new issue