hints to process screenshots. vimbox added lines to arrow drawing bank
This commit is contained in:
@@ -640,3 +640,9 @@ bc=ansi.code()
|
|||||||
getch=getch()
|
getch=getch()
|
||||||
opts=setup_options()
|
opts=setup_options()
|
||||||
browser(opts,opts.files)
|
browser(opts,opts.files)
|
||||||
|
if opts.screenshots:
|
||||||
|
print("\n\nCrop the images for terminal tabs, and PDFize e.g.:\n- mogrify -chop 0x50 %s/*png\n- convert %s/*png %s.pdf"%(
|
||||||
|
opts.screenshots,
|
||||||
|
opts.screenshots,
|
||||||
|
os.path.basename(opts.screenshots),
|
||||||
|
))
|
||||||
|
|||||||
@@ -136,7 +136,9 @@ function! CharDraw_arrows ()
|
|||||||
imap 5 ◆
|
imap 5 ◆
|
||||||
imap 6 ▶
|
imap 6 ▶
|
||||||
imap 8 ▲
|
imap 8 ▲
|
||||||
set statusline=%f\ %=\ [▲▶▼◀◆]\(%v,%l)\ HEX:%B
|
imap - ─
|
||||||
|
imap + │
|
||||||
|
set statusline=%f\ %=\ [▲▶▼◀◆─│]\(%v,%l)\ HEX:%B
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
"U+254x ╀ ╁ ╂ ╃ ╄ ╅ ╆ ╇ ╈ ╉ ╊ ╋ ╌ ╍ ╎ ╏
|
"U+254x ╀ ╁ ╂ ╃ ╄ ╅ ╆ ╇ ╈ ╉ ╊ ╋ ╌ ╍ ╎ ╏
|
||||||
|
|||||||
Reference in New Issue
Block a user