What setting will prevent "vi" to show the editing window after exiting? -


i tried search answer, maybe i'm phrasing question wrong, couldn't find it.

so, in own linux environment, when exit "vi", content of editing window stays in shell window. cannot scroll see previous commands typed before entering "vi". i've been in environment (as different user) once exit "vi", vi command shows 1 regular command line following earlier commands typed. tried setting behavior, liked, couldn't. can please me?

it isn't vi setting per se; in terminfo entry use ($term). check on other user has set $term, , compare have set. then, either change term value, or modify terminal entry use. infocmp decompiles terminal entries; tic compiles them. can create own directory hold entry if can't modify system 1 (or while testing modifications):

mkdir $home/terminfo export terminfo=$home/terminfo tic -o $terminfo new.terminfo.src 

etc.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -