AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Add functional equiv of a .conquerc file #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Users should have an easy way to list Vim commands or configuration immediately 
before and after a Conque window is created.

For example a user may want to run the :lcd command immediately before opening 
a terminal.

Or a user may want to add some extra key mappings immediately after the 
terminal is created.

This could happen either with a ....rc file (probably not a nice requirement), 
or by some magical Vim functions (easy), or user defined autocommand events 
(elegant)

Original issue reported on code.google.com by nicora...@gmail.com on 21 Nov 2010 at 5:19