commit 29c617f4558664b7a481f267b54ba3ebcd3232a0
parent a354314e25c30072cc96aef38c2c2ae1473990e5
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Thu, 9 Jun 2022 02:05:33 +0530
Minimal visual vim
Don't render the tilde(~) characters in case of a new line.
Add git aliases 'rs' and 'rso'
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/.config/git/config b/.config/git/config
@@ -15,6 +15,8 @@
lg = log --graph --oneline --decorate --all
p = pull
pu = push
+ rs = remote --set-url
+ rso = remote --set-url origin
rv = remote --verbose
sm = submodule
st = status
diff --git a/.config/vim/vimrc b/.config/vim/vimrc
@@ -5,6 +5,7 @@ set number
set mouse=
set nocursorline
set exrc
+set t_te=
" Turn backup off
set nobackup
@@ -36,6 +37,7 @@ set shiftwidth=4
" Netrw customization
let g:netrw_banner = 0
+let g:netrw_liststyle = 3
" Visual Tweaks
hi VertSplit term=NONE cterm=NONE gui=NONE
@@ -105,4 +107,4 @@ if has("win32")
set shellxquote=
endif
-set path+=**
+set fillchars+=eob:\