On Mar 22, 9:23 am, Marco <[email protected]> wrote:
> Hi,
>
> I often use :w<CR>:bd<CR>. I wonder if there's a shortcut for this quite
> common sequence. Or is it best to create a mapping?
>
> Marco

There does not seem to be a built in command to do this so, yes, you
can do e.g.

:noremap \w :w<CR>: bd<CR>

There may be better ways, however.

John

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to