bookmarks

This commit is contained in:
tavo-wasd 2023-08-06 23:32:47 -06:00
parent aaffd8bb2a
commit f5b5dd06c9
2 changed files with 3 additions and 1 deletions

View file

@ -2,4 +2,4 @@
# Flashes USB devices
# Requires 'pv'
pv $1 > $2 && sync && echo "Done!" && sync
pv $1 > $2 && sync && echo "Done!"

View file

@ -86,3 +86,5 @@ autocmd! User GoyoLeave highlight Normal ctermbg=NONE
autocmd BufWinLeave bibliography zM | mkview
autocmd BufWinEnter bibliography silent loadview
autocmd BufWinLeave bookmarks zM | mkview
autocmd BufWinEnter bookmarks silent loadview