theme update; added code-activator config+setup

This commit is contained in:
yage
2022-01-03 12:46:34 -07:00
parent ee4e180afb
commit 6934e5bb67
6 changed files with 8 additions and 11 deletions
+1
View File
@@ -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
View File
@@ -0,0 +1,5 @@
function Sudowrite()
execute 'w !sudo tee "%"'
endfunction
nnoremap <Leader><Leader>w :call Sudowrite()<CR><CR>L