Skip to content

Instantly share code, notes, and snippets.

@saitoha
Created June 12, 2013 16:10
Show Gist options
  • Save saitoha/5766777 to your computer and use it in GitHub Desktop.
Save saitoha/5766777 to your computer and use it in GitHub Desktop.
Accelerate vim vsplit scrolling on pangoterm/xterm/tanasinn/RLogin.
let &t_ti = &t_ti . "\e[?6h\e[?69h"
let &t_te = "\e[?69l\e[?6l" . &t_te
let &t_CV = "\e[%i%p1%d;%p2%ds"
let &t_CS = "y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment