On Mon, Jun 16, 2014 at 11:49 PM, B Harder <brad.har...@gmail.com> wrote:
> Remember that the buffer is only one level deep, though. A subsequent ^W, ^K
> , etc will clobber the previous contents.
>
> Along lines of Stephan Beals method, I use ":" preceding the fossil command.
> So:
>
> $ : fossil ci -m 'some msg'
>
> ("$" is shell prompt).

While we're on stupid shell tricks...  If you setup your $PS1 and PS2
just so you can make your commands safe to cut-n-pase.

Set $PS1 to something that starts with ":" and ends with ";", and set
$PS2 to just whitespace.  I do something similar with the sqlite3
shell...

Nico
--
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to