tmux: customize status bar, GUI bindings (Alt)
This commit is contained in:
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