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

@@ -75,7 +75,6 @@ end
abbr ab "abbr"
abbr abe "abbr -e"
abbr rf "chezmoi apply && sync-shortcuts && source ~/.config/fish/key_abbr.fish > /dev/null"
abbr rfc "chezmoi apply && source ~/.config/fish/config.fish"
abbr xf "fish_config"
abbr f. "cd .."
@@ -106,9 +105,10 @@ abbr grmb "git-delete-branch"
# ]]] git #
abbr hs "scan-history"
abbr hst "$EDITOR ~/.local/share/fish/fish_history"
abbr mt "math"
abbr mat "math"
abbr pgr "grep-pdf"
abbr pgrf "grep-pdf-file"
abbr rf "refresh-config"
abbr rs "redshift-set"
abbr shrm "shred-rm"
abbr thes "thesaurus"

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