tmux Alt bindings work on SSH

Verbose refresh config.
This commit is contained in:
2019-07-23 19:02:47 -04:00
parent f0824e5b9f
commit be01cc4d8b
4 changed files with 28 additions and 64 deletions

View File

@@ -1,7 +1,13 @@
function refresh-config
chezmoi apply
and sync-shortcuts
and source ~/.config/fish/key_abbr.fish > /dev/null
and echo 'Applied chezmoi.'
and tmux source-file ~/.tmux.conf
and echo 'Sourced tmux config.'
sync-shortcuts
echo 'Synced shortcuts.'
source ~/.config/fish/key_abbr.fish > /dev/null
and echo 'Sourced shortcuts.'
and echo 'Reloading fish.'
and fish
end

View File

@@ -1,4 +1,4 @@
function vim-snippet
set snips_dir "/home/kevin/.vim/plugged/vim-snippets/UltiSnips"
set snips_dir "$HOME/.vim/plugged/vim-snippets/UltiSnips"
$EDITOR $snips_dir/$argv[1].snippets
end