Hi,
When installing gvim72.exe on windoz xp, the cut (^x), copy (^c),
select_all (^a) and paste (^v) functions all work well. And the shift-
arrow-keys select areas of text. And, searches highlight all
occurrences of the target which is extremely handy for source code
editing.
On Linux, these keys are all set to their "classic", 1978 vintage,
useless functions.
How can I get the efficient, win32 behavior on Ubuntu Linux?
I have tried putting the following lines in my ~/.gvimrc file with no
effect:
behave mswin
source /usr/share/vim/vim71/mswin.vim
What am I missing here? And, I Cream is too dumbed down.
Thank you,
BrianP
r...@godzilla2:/home/brianp# cat ~brianp/.gvimrc
set nocompatible
set bs=2
set backupdir=/tera/tmp/vim
set directory=/tera/tmp/vim
set shiftwidth=4
set tabstop=4
set visualbell
set autoindent
behave mswin
source /usr/share/vim/vim71/mswin.vim
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---