shellcheck vim shortcut
This commit is contained in:
parent
2f4c2a68a1
commit
38453b2bcf
1 changed files with 3 additions and 3 deletions
6
.vimrc
6
.vimrc
|
@ -27,8 +27,8 @@ let mapleader =" "
|
|||
map <C-k> <C-w>k
|
||||
map <C-l> <C-w>l
|
||||
|
||||
" Open file as suckless sent presentation
|
||||
map <leader>s :!sent<space><C-r>% 2>/dev/null &<CR><CR>
|
||||
" Check file in shellcheck:
|
||||
map <leader>s :!clear && shellcheck %<CR>
|
||||
|
||||
" View an image for a suckless sent presentation:
|
||||
map <leader>v $F@ly$:!feh --scale-down --auto-zoom --image-bg black <c-r>" &<CR><CR>
|
||||
|
@ -45,7 +45,7 @@ let mapleader =" "
|
|||
" Replace all is aliased to S.
|
||||
nnoremap S :%s//g<Left><Left>
|
||||
|
||||
" Open corresponding.pdf
|
||||
" Open corresponding .pdf
|
||||
map <leader>p :!opout <c-r>%<CR><CR>
|
||||
|
||||
" Compile document
|
||||
|
|
Loading…
Reference in a new issue