... xmodmap is an external command. By "inside" Vim I mean "by purely Vim means" such as :map etc. ... xmodmap applies to the whole of X. I don't think you can...
62263
Thomas
sanobast-vim@...
Oct 1, 2005 7:27 am
... As far as ... is concerned: I uploaded a new version, that knows a g:vikiIndentDesc parameter. Setting this to '::' should help a little. In order to align...
62264
A. J. Mechelynck
antoine.mechelynck@...
Oct 1, 2005 7:36 am
... To me, the most valuable tricks are those which allow finding more useful ways of using Vim: - completion with menu set nocompatible ... set wildmenu -...
62265
Unnsse Khan
untz@...
Oct 1, 2005 7:42 am
Hello again :-) Ok, I am using VIM 7.0aa Alpha on Mac OS X Tiger 10.4... Here's my problem: When ever I launch the Terminal in OS X and type gvim, it actually ...
62266
A. J. Mechelynck
antoine.mechelynck@...
Oct 1, 2005 7:44 am
... [...] Religious Integrist! ;-) Flaming will get us nowhere. Myself, I "don't particularly care" for any scripting languages other than Vim script and shell...
62267
A. J. Mechelynck
antoine.mechelynck@...
Oct 1, 2005 7:55 am
... Thanks. Though apparently Bram was able to reproduce the error and fix it even before I saw your post below (I'm a little backward in ML answering at the...
62268
A. J. Mechelynck
antoine.mechelynck@...
Oct 1, 2005 9:42 am
... 6.3.090 and 7.0aa.0152 executables for W32 are now available, see http://users.skynet.be/antoine.mechelynck/vim/ -> My "changes" distro (6.3) and/or -> The...
62269
Chris Allen
c.d.allen@...
Oct 1, 2005 9:47 am
... Try this: imap <F4> <BLOCKQUOTE>^V<ENTER><PRE><CODE> Where ^V is a literal, typed control-v and <ENTER> is you hitting the enter key. For more details see...
62270
A. J. Mechelynck
antoine.mechelynck@...
Oct 1, 2005 9:48 am
Matthew Winn wrote: [...] ... So hurrah for the new (v7) command :vimgrep, which does away with the need for an external grep command to handle file searching...
62271
Pete Johns
paj-vim@...
Oct 1, 2005 9:55 am
... Indeed, you are correct, Marcin. I included the caret at the beginning of the pattern as in your inxample all of the lines began with AAA. Like you say,...
62272
Bram Moolenaar
Bram@...
Oct 1, 2005 10:20 am
... Your ruby.vim apparently is in dos fileformat. I should be unix. Edit the file and do ":set ff=unix|w". -- A parent can be arrested if his child cannot...
62273
Unnsse Khan
untz@...
Oct 1, 2005 10:38 am
Bram, When I edited the file by typing: Raven:/Applications/Vim.app/runtime/plugin untz$ gvim ruby.vim gvim launched and displayed the contents of ruby.vim I...
62274
A. S. Budden
abudden@...
Oct 1, 2005 10:39 am
... Fantastic! Thank you for your help (yet again). I've got it implemented with the following in ~/.vim/after/syntax/matlab.vim: unlet! b:current_syntax syn...
62275
A. J. Mechelynck
antoine.mechelynck@...
Oct 1, 2005 10:52 am
... [...] It's not unixlw (unix ell doubleu) it's unix|w (unix bar doubleu). Or you could also do ... No need to click with the mouse, you can hit the : key on...
62276
Tim Chase
vim@...
Oct 1, 2005 1:52 pm
... Strange that the Hiroshi's second one didn't work for him, as it worked just fine for me. Chris's use of ^V^M worked fine for me as well. The only thing I...
62277
Tim Chase
vim@...
Oct 1, 2005 1:53 pm
... Not being an emacs sorta fellow, I couldn't tell you what that action (:echo "boink!"<cr>") should be doing in the emacs world. The other mapping, using...
62278
A. J. Mechelynck
antoine.mechelynck@...
Oct 1, 2005 2:15 pm
... Vim is supposed to set 'nocompatible39; if it finds a user vimrc (~/.vimrc, ~/_vimrc, or [on Windows] $VIM/_vimrc but not $VIM/vimrc). The behaviour of <>...
62279
jason heddings
vim@...
Oct 1, 2005 5:26 pm
Hello- I am trying to create an auto command that will automatically reposition a visible window to the last line of the file it is displaying. It would be ...
62280
jason heddings
vim@...
Oct 1, 2005 5:39 pm
Thanks Dave- It doesn't seem to be catching updates unless I remove then restore focus from Vim. I've got a build going in the background, and I'm trying to...
62281
Mike Bryan
mbryan2@...
Oct 1, 2005 7:30 pm
I've been using gvim for years and this is one thing I've never been able to figure out. In Windows you can generally hit Alt-spacebar in an app to get the ...
62282
jason heddings
vim@...
Oct 1, 2005 8:24 pm
I find that I am able to access the menu by doing <Alt> then <Space> instead of <A-S>, which I'm guessing Vim intercepts for the purpose of remapping... Not...
62283
Tim Chase
vim@...
Oct 1, 2005 8:26 pm
... I'm not sure it qualifies as "obvious", but it is a vim peculiarity. Vim does indeed see the alt+space. However, it's available for other mappings. Your...
62284
Tim Chase
vim@...
Oct 1, 2005 8:27 pm
... ...and to minimize the GUI, the instructions are in the paragraph following the one I quoted, found at ":help simalt" ... -tim...
62285
Georg Dahn
gorgyd@...
Oct 1, 2005 8:32 pm
Hi! It works for me, thus it might be some configuration in your .vimrc file which prevents it from working. (That is, both <Alt>-<Space> and typing <Alt> and...
62286
Mike Bryan
mbryan2@...
Oct 1, 2005 9:13 pm
Jason, yes I am able to use <Alt> then <Space> and that does work. I guess I had never tried it that way before. Tim, your suggestion of adding this command to...
62287
Matt Rechkemmer
matt@...
Oct 1, 2005 11:51 pm
... I guess that knocks out my ability to have C-x C-c functionality. ... I'm using VIM 6.3 (6.3.071 according to Debian). I couldn't get C-x C-s to work...
62288
Marcel Korpel
marcel.lists@...
Oct 2, 2005 11:27 am
Hello all! I use GVim for general editing purposes as well as editing email (in combination with Mutt). When using GVim 'stand-alone39; (invoking it directly...
62289
Göran Gustafsson
gustafsson.g@...
Oct 2, 2005 11:38 am
... Thanks so much for enlightening me on this subject :-) It's something that i find really useful. - Göran Gustafsson - http://www.fulknark.se...
62290
Yegappan Lakshmanan
yegappanl@...
Oct 2, 2005 4:22 pm
Hi, ... Instead of "<esc>", you should use <CTRL-O>: inoremap <c-x><c-s> <c-o>:echo "boink!"<cr> If you use <esc>, after invoking the map, you will be in...
62291
Marcel Korpel
marcel.lists@...
Oct 2, 2005 7:37 pm
... In the terminal window I eventually got a segmentation fault. I remembered the error popped up after I installed several plugins, and by deleting them all...