On Thursday 19 November 2009 10:26:34 am Roald de Vries wrote: > On Nov 19, 2009, at 3:46 PM, Jürgen Krämer wrote: > >> I'm using a tab separated values file with pretty long > >> lines --- too long for my screen. Is it somehow possible to > >> scroll horizontally with > >> the mouse? > > > > if you use the GUI version you can let Vim display a > > horizontal > > > > scrollbar by including the 'b' flag in the 'guioptions' option: > > :set guioptions+=b > > Thanks for the tip, but this is not quite the answer I was > looking for. I'm using a terminal. But from this I may derive > that it's more of a terminal emulator's issue than a vim > issue?
i have the following in my .vimrc: " scroll left and right when 'nowrap': map <C-L> zl map <C-H> zh it makes sense to me to use the 'l' and 'h' keys for obvious reasons -- mouse support for non-gui vim is spotty at best -- you're not liable to find an easy way to do it sc --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
