fish/functions/irclogs.fish @ 5d83e9eaedcf

Maps
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jul 2018 16:22:45 +0000
parents 122228d53e7a
children (none)
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    nvim .
    cd -
end