Added clipboard functionality to config/.script/screenshot.sh
Fixed window screenshot in config/.config/i3/config Made terminal transparent again
This commit is contained in:
@@ -4,5 +4,5 @@ augroup templates
|
||||
autocmd BufNewFile *.* silent! execute '0r $HOME/.vim/templates/skeleton.'.expand("<afile>:e")
|
||||
|
||||
" parse special text in the templates after the read
|
||||
autocmd BufNewFile * %substitute#\[:VIM_EVAL:\]\(.\{-\}\)\[:END_EVAL:\]#\=eval(submatch(1))#ge
|
||||
autocmd BufNewFile * %s#\[:VIM_EVAL:\]\(.\{-\}\)\[:END_EVAL:\]#\=eval(submatch(1))#ge
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user