dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 02b4b6d83b63577e8d649994cd4a0dae7f909bf5
parent 24d65ff4dd05ae57a2d629f8f47ed132704631f4
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 16 Jul 2018 19:25:20 +0200

No vim swap file pls

Diffstat:
Mvimrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -4,6 +4,8 @@ set autoread " For editing binaries set binary +" No swp please, I save all the time +set noswapfile " Highlight current line set cursorline @@ -135,7 +137,6 @@ set mousemodel=popup let mapleader="," " Set the mapleader to be , -" nnoremap ; : map q: <Nop> cmap w!! w !sudo tee > /dev/null %