As configured in my dotfiles.
start new:
tmux
start new with session name:
console.reset = function () { | |
return process.stdout.write('\033c'); | |
} |
As configured in my dotfiles.
start new:
tmux
start new with session name:
" Vim syntax file | |
" Language: HTML (version 5) | |
" Maintainer: Rodrigo Machado <[email protected]> | |
" URL: http://gist.github.com/256840 | |
" Last Change: 2010 Aug 26 | |
" License: Public domain | |
" (but let me know if you liked it :) ) | |
" | |
" Note: This file just adds the new tags from HTML 5 | |
" and don't replace default html.vim syntax file |