Vim Tips Wiki
(April new tips)
(April new tips - one more just arrived)
Line 21: Line 21:
 
!align="center"|Link
 
!align="center"|Link
 
!align="center" width="120"|Current consensus
 
!align="center" width="120"|Current consensus
  +
|-
  +
| [[Comfortable handling of registers]]
  +
|align="center"| [[#Comfortable handling of registers|''discuss'']]
  +
|align="center"| -
 
|-
 
|-
 
| [[Creating new text objects]]
 
| [[Creating new text objects]]
Line 78: Line 82:
   
 
==General comments (not for a specific tip)==
 
==General comments (not for a specific tip)==
  +
  +
==[[Comfortable handling of registers]]==
   
 
==[[Creating new text objects]]==
 
==[[Creating new text objects]]==

Revision as of 11:42, 29 April 2008

New tips April 2008

This is a place holder – not ready for use. Please wait until the end of April 2008 before editing this page because it is generated by a script, and any edits would be lost.

For each proposed new tip:

  • Is it worth keeping as a separate tip?
  • Should it be merged into an existing tip? Which?
  • If it should be kept, is it ready for release? Which points need fixing? Should it be renamed?

Please edit this page (not the talk page) in the appropriate section below the following table.
Alternatively, comments can be posted on the mailing list.

Proposed new tip Link Current consensus
Comfortable handling of registers discuss -
Creating new text objects discuss -
Creating your own syntax files discuss -
Filter buffer on a search result discuss -
IPython integration discuss -
Launch files in new tabs under Unix discuss -
Mapping keys in Vim - Tutorial (Part 3) discuss -
Move current window between tabs discuss -
Open content of website in new buffer (using elinks text web browser) discuss -
Open file in new tab if current buffer is non-empty discuss -
Overload a key with multiple handlers discuss -
Provide script-accessible version info in your plugins discuss -
Remap join to merge comment lines discuss -
Using bash completion with ctags and Vim discuss -

Please add your comment (sign with --~~~~) below the appropriate heading. Use ---- between comments.

General comments (not for a specific tip)

Comfortable handling of registers

Creating new text objects

Creating your own syntax files

Filter buffer on a search result

IPython integration

Keep, but with changes:

I removed the autosaving stuff, we already have a tip for that: Auto save files when focus is lost.

I don't have KDE so I can't test this, but it looks like it send a command to konsole from vim?
This would seem useful, but this would of course work for more stuff than just IPython, IMO this page should be renamed to something more general like 'Launch commands in konsole', examples with IPython and other applications can be added at the bottom.

-- User:Carpetsmoker 21:09, 15 April 2008 (UTC)


I'd suggest making a "see also" section then, with a link to the auto-save tip and other python integration tips (I think there was an omnicomplete python tip recently, among others).

--Fritzophrenic 15:15, 15 April 2008 (UTC)


I don't see why the auto-save tip should be linked, it's a very seperate subject/tip.

I also don't see the relevance of other python tips if we would make this a general 'Launch commands in konsole' tip.

-- User:Carpetsmoker 21:09, 15 April 2008 (UTC)

Launch files in new tabs under Unix

Mapping keys in Vim - Tutorial (Part 3)

Move current window between tabs

Open content of website in new buffer (using elinks text web browser)

Open file in new tab if current buffer is non-empty

Overload a key with multiple handlers

Provide script-accessible version info in your plugins

Remap join to merge comment lines

Using bash completion with ctags and Vim