Add conky config; add alias, global var, binding; update fish scripts

This commit is contained in:
mitchell 2021-12-16 16:51:31 -05:00
parent 662cf1bcdc
commit 91ebbe8be8
10 changed files with 234 additions and 83 deletions

View file

@ -5,4 +5,5 @@ function fish_user_key_bindings
bind --mode insert ,p 'nvim +FZF; commandline -f repaint'
bind --mode insert ,w 'nvim +VimwikiIndex; commandline -f repaint'
bind --mode insert ,n 'n; commandline -f repaint'
bind --mode insert ,s 'sysz; commandline -f repaint'
end