Skip to content

Instantly share code, notes, and snippets.

@tetsutan
Created March 8, 2012 04:27
Show Gist options
  • Save tetsutan/1998668 to your computer and use it in GitHub Desktop.
Save tetsutan/1998668 to your computer and use it in GitHub Desktop.
colorscheme desert
cd ~/tmp/txt
function s:set_filename ()
if strlen(bufname("%")) == 0
exec ":e ".strftime("%Y%m%d-%H%M%S.txt", localtime())
endif
endfunction
au BufEnter * call s:set_filename()
" set transparency=0
" augroup hack234
" autocmd!
" if has('mac')
" autocmd FocusGained * set transparency=0
" autocmd FocusLost * set transparency=50
" endif
" augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment