commit f82b440acbbe4f96b0e400be41f04df99d9beda8
parent 2cdfc64d2e8554de3b8eb01b36b30e28a810a7bb
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Thu, 9 Jun 2022 02:05:33 +0530
parent 2cdfc64d2e8554de3b8eb01b36b30e28a810a7bb
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'
2 files changed, 5 insertions(+), 2 deletions(-)
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,7 +5,7 @@ set number set mouse= set nocursorline set exrc -set scrolloff=8 +set t_te= " Turn backup off set nobackup @@ -37,6 +37,7 @@ set shiftwidth=4 " Netrw customization let g:netrw_banner = 0 +let g:netrw_liststyle = 3 " Disable status set laststatus=1 @@ -93,4 +94,4 @@ if has("win32") endif endif -set path+=** +set fillchars+=eob:\