Compare commits
2 Commits
56c6370a73
...
214ed43005
Author | SHA1 | Date |
---|---|---|
Rob Watson | 214ed43005 | |
Rob Watson | a30fefbe36 |
3
nvimrc
3
nvimrc
|
@ -105,7 +105,7 @@ augroup vimrc
|
|||
" https://github.com/fatih/vim-go/issues/1757#issuecomment-565130503
|
||||
autocmd FileType qf if (getwininfo(win_getid())[0].loclist != 1) | wincmd J | endif
|
||||
" Remove trailing whitespace pre-save:
|
||||
autocmd FileType go,ruby,markdown,rust,python,markdown,lua,sql autocmd BufWritePre <buffer> silent! %s/\s\+$//e
|
||||
autocmd FileType go,ruby,markdown,rust,python,markdown,lua,sql,bash autocmd BufWritePre <buffer> silent! %s/\s\+$//e
|
||||
augroup end
|
||||
|
||||
" Don't remember the current directory for a given file:
|
||||
|
@ -184,6 +184,7 @@ endfunction
|
|||
nnoremap <leader>as :Git<cr>
|
||||
nnoremap <leader>ab :Git blame<cr>
|
||||
nnoremap <leader>ac :Commits<cr>
|
||||
nnoremap <leader>af gg0jVG:s/^pick/fixup/<cr> \| :redraw!<cr>:wq
|
||||
nnoremap <leader>aY :call CopyGitURLToLineOrRange()<cr>
|
||||
vnoremap <leader>aY :call CopyGitURLToLineOrRange()<cr>
|
||||
nnoremap <leader>ao :call OpenGitURLToLineOrRange()<cr>
|
||||
|
|
Loading…
Reference in New Issue