From 22bbedd73e2b31b5188b38ca3166e146c5f3d431 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Mon, 8 May 2023 09:42:29 +0200 Subject: Bunch of changes. --- stow/vim/.vim/ftplugin/sh/sh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stow/vim/.vim/ftplugin/sh/sh.vim') diff --git a/stow/vim/.vim/ftplugin/sh/sh.vim b/stow/vim/.vim/ftplugin/sh/sh.vim index 58d39fe..f716617 100644 --- a/stow/vim/.vim/ftplugin/sh/sh.vim +++ b/stow/vim/.vim/ftplugin/sh/sh.vim @@ -11,7 +11,7 @@ setlocal textwidth=110 let mapleader = " " nnoremap C :sp ~/.vim/ftplugin/sh/sh.vim -nnoremap +x :!chmod 744 % +nnoremap +x :!chmod 744 % nnoremap x :w:!./% nnoremap X :w:!./% -- cgit v1.2.1