dotfiles

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

commit 337880efe9e3f5f449dfb692b433e6bdb8265aa4
parent 2037643199255801cebf82e1e6f64ad3e7c6ac60
Author: Bharatvaj <bharatvaj@yahoo.com>
Date:   Mon,  4 Jul 2022 18:52:22 +0530

Fix vimrc configuration

I'll never get used to " being a comment

Diffstat:
M.config/vim/keybindings/keybindings.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/vim/keybindings/keybindings.vim b/.config/vim/keybindings/keybindings.vim @@ -9,7 +9,7 @@ nnoremap <leader>gg :vimgrep<space> nnoremap <leader>p :Rg<cr> nnoremap <leader>t :tabnew<cr> -# Behave vim +" Behave vim nnoremap Y y$ fun! GitFind()