diff options
Diffstat (limited to 'stow/vim/.vim/ftplugin/sh')
-rw-r--r-- | stow/vim/.vim/ftplugin/sh/sh.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stow/vim/.vim/ftplugin/sh/sh.vim b/stow/vim/.vim/ftplugin/sh/sh.vim index 2aec1f2..cc52e08 100644 --- a/stow/vim/.vim/ftplugin/sh/sh.vim +++ b/stow/vim/.vim/ftplugin/sh/sh.vim @@ -10,8 +10,8 @@ setlocal textwidth=110 let mapleader = " " -nnoremap <buffer> <leader>C :sp ~/.vim/ftplugin/sh/sh.vim<CR> -nnoremap <buffer> <leader>sh :read ~/.vim/ftplugin/sh/snippets/template.txt<CR> +nnoremap <buffer> <leader>C :sp ~/.vim/ftplugin/sh/sh.vim<CR><CR> +nnoremap <buffer> <leader>sh :read ~/.vim/ftplugin/sh/snippets/template.txt<CR><CR> nnoremap <buffer> <leader>+x :!chmod 744 %<CR><CR> nnoremap <buffer> <leader>x :w<CR>:!./%<Space> nnoremap <buffer> <leader>X :w<CR>:!./%<CR><CR> |