Merge branch 'master' of github.com:Jab2870/vim
This commit is contained in:
commit
ed1e62d29b
7 changed files with 9 additions and 7 deletions
4
.vimrc
4
.vimrc
|
@ -373,7 +373,9 @@ cnoremap w!! w !sudo tee %
|
|||
nnoremap <leader>q !!$SHELL <cr>
|
||||
|
||||
" Do Shebang line
|
||||
inoremap <C-y> <Esc>:sil exe ".!which <cWORD>" <bar> s/^/#!/ <bar> filetype detect<cr>YpDi
|
||||
" inoremap <C-y> <Esc>:sil exe ".!which <cWORD>" <bar> s/^/#!/ <bar> filetype detect<cr>YpDi
|
||||
inoremap <C-y> <Esc>:sil s/^/#!\/usr\/bin\/env / <bar> filetype detect<cr>YpDi
|
||||
|
||||
|
||||
" DO bullet points
|
||||
inoremap <C-j> <esc>:exe "norm Ypf lDB\<C-a>"<cr>A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue