estou usando atualmente o emulador XTerm e o vim 7.x e quando eu, por exemplo, excluir uma palavra do cursor está definido corretamente de volta para a palavra anterior, mas a palavra deletada ainda é mostrada.
O mesmo problema ao alternar entre o modo normal e visual. Neste caso, o Status não é atualizado corretamente e resultado após | Ctr-V |
-- VISUAL BLOCK --
depois | ESC | | i |
-- INSERT --OCK --
é exibido. Em conclusão xterm parece não atualizar / exibir alterações no vim corretamente.
Algum conselho?
echo $ TERM
xterm
nenhum mulitplexer usado.
depois de reinstalar com o pacman e copiando o .Xresource do meu segundo notebook o bug desapareceu.
~ / .Xresources
XTerm*faceName: Bitstream Vera Serif Mono
xterm*faceSize: 11
xterm*vt100*geometry: 80x60
xterm*saveLines: 16384
xterm*loginShell: true
xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
xterm*termName: xterm-256color
xterm*eightBitInput: false
xterm*locale: true
e meu ~ / .zshrc:
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
bindkey -v
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/username/.zshrc'
autoload -Uz compinit promptinit
compinit
promptinit
prompt adam1
export VISUAL=vim
export LC_ALL=de_AT.UTF-8
# End of lines added by compinstall
#
BASE16_SHELL=$HOME/.config/base16-shell/
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"
alias ls='ls --color'
e meu minimalistic ~ / .vimrc:
execute pathogen#infect()
syntax on
filetype indent plugin on
set tabstop=4
set shiftwidth=4
set expandtab
set printfont=Monospace:h10
set number
set background=dark
set noerrorbells visualbell t_vb=