tmux: customize status bar, GUI bindings (Alt)

This commit is contained in:
2019-07-23 07:18:48 -04:00
parent 818d05050a
commit f0824e5b9f
13 changed files with 193 additions and 48 deletions

View File

@@ -0,0 +1,3 @@
function man-vim
nvim -c ":Man $argv[1]" -c "only"
end

View File

@@ -0,0 +1,7 @@
function refresh-config
chezmoi apply
and sync-shortcuts
and source ~/.config/fish/key_abbr.fish > /dev/null
and tmux source-file ~/.tmux.conf
and fish
end