dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 4907c517e759ab64894f3cd3b184b96325da8cd5
parent ad460d6614f6246da4ea0bd148f6cb3f693a3f37
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date:   Mon, 23 Aug 2021 04:18:33 +0530

Vim leader mapped to space

Diffstat:
M.config/vim/vimrc | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.config/vim/vimrc b/.config/vim/vimrc @@ -30,6 +30,10 @@ set mouse=a syntax on set exrc +" Map leader to space +nnoremap <SPACE> <Nop> +let mapleader = " " + " Disable auto fixing end of line " Useful when opening binary files set nofixendofline