Re: vim macro|bind

2003-02-21 Thread Derrick 'dman' Hudson
On Fri, Feb 21, 2003 at 11:11:18AM +, Hugh Saunders wrote: | On Thu, Feb 20, 2003 at 07:55:27PM -0500, Derrick 'dman' Hudson wrote: | > The command | > dG | > will do that. "G" is a cursor movement command that moves the cursor | > to the end of the buffer. | ahh, i knew you could use G t

Re: vim macro|bind

2003-02-21 Thread Hugh Saunders
On Thu, Feb 20, 2003 at 07:55:27PM -0500, Derrick 'dman' Hudson wrote: > The command > dG > will do that. "G" is a cursor movement command that moves the cursor > to the end of the buffer. ahh, i knew you could use G to move, but not as a range for d, thanks. > Look at the "map" commands. F

Re: vim macro|bind

2003-02-20 Thread Derrick 'dman' Hudson
On Fri, Feb 21, 2003 at 12:14:28AM +, Hugh Saunders wrote: | how would one bind a key to | :.,$d | [or a named function to delete from current position to eof] ? The command dG will do that. "G" is a cursor movement command that moves the cursor to the end of the buffer. | basically jus

vim macro|bind

2003-02-20 Thread Hugh Saunders
how would one bind a key to :.,$d [or a named function to delete from current position to eof] ? basically just want to start simple! have gasped in amazement at the vim maze solving macro and looked at /usr/share/doc/vim/html but cant see anything simple for binding stuff. thanks hugh -- To