-
Notifications
You must be signed in to change notification settings - Fork 620
clear don't work && vim going crazy #39
Comments
This is two separate problems. Better be if you create separate ticket for vim, @b4dtR1p
❯ clear
#Clearing the screen
❯ echo $TERM
xterm-256color
$ clear
TERM environment variable not set.
$ echo $TERM
$TERM |
Same problem as in #36 btw |
@b4dtR1p, complete Vim support is a long way, we're working on it. It's more interesting with clear. It sends an ANSI sequence, which means "move cursor to the upper left corner; erase everything after the cursor". However, in the current design one job (that is when you type Currently you can clear the screen with Ctrl+L, but I'll check how we can make clear work as well. I can see two ways:
|
First of all congratulations for the idea , we lacked a terminal node and thank you for your speedy response! |
this issue should be closed since half is covered by #36 and half is very long-term |
Clear was just added, and vim has been sane for a while. |
the simple clear command don't work, and vim goning crazy!
vim don't recognize direction command and also don't show menu and other plugin installed.
os => osx ElCapitan beta6
The text was updated successfully, but these errors were encountered: