added italics in comments in vim and applied vi keybindings in bashrc
This commit is contained in:
parent
b422e701e6
commit
1bd14eff72
2 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# enable vi keybindings in terminal and terminal applications
|
||||
set -o vi
|
||||
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
colors() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue