dotfiles

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

commit d30e368080913ae4bf5e0b2c8c3a535daa2978ac
parent 2791bcf2d94eacc3e187366a4fcf67a64e9356a7
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 22 Aug 2018 10:42:42 +0200

New command to change from DOS formatting (get rid of 
s)

Diffstat:
Mdotfiles/vim-config/commands.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dotfiles/vim-config/commands.vimrc b/dotfiles/vim-config/commands.vimrc @@ -6,6 +6,7 @@ command CDC cd %:p:h command Maketab set noet ts=2 | %retab! command Diff w !diff % - command Diffc w !git diff % - +command Fuckwindows %s/ //g function! InsertTabWrapper() let col = col('.') - 1 if !col || getline('.')[col - 1] !~ '\k'