fish/functions/tm.fish @ 5c97265b7ffc

add vim-sexp
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Feb 2016 12:40:36 +0000
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end