This repository has been archived on 2021-01-19 . You can view files and clone it, but cannot push or open issues or pull requests.
Enable vi mode in readline and editline configs.
Terminal Configuration
terminfo
Enable italic and bold text in xterm-256color, screen-256color, and
tmux-256color using user terminfo database compiler tic.
sitmenter italics mode, set to\E[3mwhich enables italicsritmexit italics mode, set to\E[23mwhich disables italicssmsoenter standout mode, set to\E[7mwhich enables boldrmsoexit standout mode, set to\E[27mwhich disabled bold
To compile a terminfo database for the current user, output to
~/.terminfo, use the following command.
$ tic xterm-256color.terminfo
readline
Enable vi mode in tools which use readline e.g. gdb, setup
vim like mappings for navigation. Settings are placed in ~/.inputrc.
editline
Enable vi mode in tools which use editline e.g. lldb.
Settings are places in ~/.editrc.
Description
Languages
INI
100%