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() {
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue