> -----Original Message----- > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of SegFault > Sent: Wednesday, October 22, 2008 12:10 PM > To: vim_use > Subject: Marker > > > Dear all, > > I use Vim on a daily basis but am confused by the fact that "every" > tutorial and book (including O'Reilly's "Learning the vi and Vim > Editors, 2008") > states, that Vim uses 'm' as the marker command followed by the marker > 'letter', > e.g. 'mx', where x is the marker...This is not true, is it? I have to > use 'ma x'...at > least with my "Windows gvim 7.2". > > Did I miss something? > > Greetings from Switzerland > Peter >
In normal mode, if I type mx. Then navigate to another part of the buffer, 'x will take me there. In the command mode, you probably need to type :ma x to place a marker. Mike --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
