Overview
Comment: | zshrc: Switch to vi mode with some emacs bindings
This provides the best of both worlds. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e63f67d95678a8230a6c8461e8179ea2 |
User & Date: | js on 2016-09-28 19:26:01 |
Other Links: | manifest | tags |
Context
2017-06-05
| ||
20:24 | Update vim configs check-in: 549f806987 user: js tags: trunk | |
2016-09-28
| ||
19:26 | zshrc: Switch to vi mode with some emacs bindings check-in: e63f67d956 user: js tags: trunk | |
2016-05-07
| ||
13:34 | Update gitconfig check-in: cb30f18013 user: js tags: trunk | |
Changes
Modified zshrc from [8caa2cc9d1] to [4fb9e6e71b].
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + + + + + + + + + + + + + | LS_ON_CD="yes" LS_ON_INIT="no" LS_COLORS='di=34:ow=44;37:tw=44;37:st=44;37:ex=31:su=7;31:sg=7;31:ln=33:or=7;33:pi=32:do=32:bd=35:cd=35:so=32:*.bz2=36:*.dmg=36:*.gz=36:*.rar=36:*.xz=36:*.zip=36:*.orig=90:*~=90' FEMALE="no" # Whether the user is female ;) LISTMAX=32768 WORDCHARS="*?[];!#~" |
︙ |