theme update; added code-activator config+setup
This commit is contained in:
@ -10,6 +10,7 @@ source $WRYNVIMPATH/formatting.vim
|
||||
source $WRYNVIMPATH/abbreviations.vim
|
||||
source $WRYNVIMPATH/navigation.vim
|
||||
source $WRYNVIMPATH/color.vim
|
||||
source $WRYNVIMPATH/utility.vim
|
||||
|
||||
" -- Bindings --------------------------------------------------- {{{
|
||||
|
||||
|
5
vim/utility.vim
Normal file
5
vim/utility.vim
Normal file
@ -0,0 +1,5 @@
|
||||
function Sudowrite()
|
||||
execute 'w !sudo tee "%"'
|
||||
endfunction
|
||||
|
||||
nnoremap <Leader><Leader>w :call Sudowrite()<CR><CR>L
|
Reference in New Issue
Block a user