tmux: customize status bar, GUI bindings (Alt)
This commit is contained in:
@@ -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"
|
||||
|
||||
3
dot_config/fish/functions/man-vim.fish
Normal file
3
dot_config/fish/functions/man-vim.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function man-vim
|
||||
nvim -c ":Man $argv[1]" -c "only"
|
||||
end
|
||||
7
dot_config/fish/functions/refresh-config.fish
Normal file
7
dot_config/fish/functions/refresh-config.fish
Normal 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
|
||||
Reference in New Issue
Block a user