aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/ftplugin/sh/sh.vim
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-25 17:24:10 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-25 17:24:10 +0200
commitbfe848cbe834d65cd8219efde88476a5f39937a8 (patch)
tree6c407480cdf9c50b94b3508daf17d8d809f66536 /stow/vim/.vim/ftplugin/sh/sh.vim
parent423b7174c428ae5f770de4cfb09388e3264194a8 (diff)
downloadconfigs-bfe848cbe834d65cd8219efde88476a5f39937a8.tar.gz
configs-bfe848cbe834d65cd8219efde88476a5f39937a8.zip
vim ftplugin: npm server start for typescript, floating sxiv and less vimwikis.
Diffstat (limited to 'stow/vim/.vim/ftplugin/sh/sh.vim')
-rw-r--r--stow/vim/.vim/ftplugin/sh/sh.vim4
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>