mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
clear the screen before entering in a new split
This commit is contained in:
parent
38284ac561
commit
b2aaa997ae
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
image/*; img2sixel %s; needsterminal
|
||||
|
||||
# for displaying html files in a new split in iterm2 with w3m and sixel
|
||||
text/html; w3m-splits %s; nametemplate=%s.html
|
||||
text/html; (clear && w3m-splits %s); nametemplate=%s.html
|
||||
|
||||
# pdf files currently only work on macOS, using open (which defaults to preview)
|
||||
application/pdf; open %s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue