bookmarks
This commit is contained in:
parent
aaffd8bb2a
commit
f5b5dd06c9
2 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
# Flashes USB devices
|
||||
# Requires 'pv'
|
||||
|
||||
pv $1 > $2 && sync && echo "Done!" && sync
|
||||
pv $1 > $2 && sync && echo "Done!"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue