fish/functions/tm.fish @ 7c8e9659a1c5

More
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Dec 2019 13:49:47 -0500
parents 0d6656688318
children (none)
function tm -d "tmux" --wraps "tmux"
    tmux -u2 $argv
end