added italics in comments in vim and applied vi keybindings in bashrc

This commit is contained in:
tomit4 2021-10-17 10:58:03 -07:00
parent b422e701e6
commit 1bd14eff72
2 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,9 @@
# ~/.bashrc
#
# enable vi keybindings in terminal and terminal applications
set -o vi
[[ $- != *i* ]] && return
colors() {

View file

@ -110,6 +110,8 @@ colorscheme nord
"Enable transparency
hi Normal guibg=NONE ctermbg=NONE
"Enable Comments with Italics (below selected colorscheme)
highlight Comment cterm=italic gui=italic
" sync open file with NERDTree
" " Check if NERDTree is open or active
function! IsNERDTreeOpen()