[Fish-users] Multiline editing on a mac

2010-03-25 Thread i...@whywouldwe.com
To get a new line the docs say "Pressing Alt-enter instead of pressing the enter key". Macs don't have an alt key and I've tried all the combinations I can think of, does anyone know a way to get a new line other than \ and enter? Thanks ---

Re: [Fish-users] Fish compatibility with other shells?

2010-03-25 Thread Philip Ganchev
The Fish wiki has a short page about this.[1] Feel free to expand it. Yes, in Bash, variables are set using "export", not "set"; see the Bash manual page, section "Shell Builtin Commands". [1] http://fishshell.org/wiki/moin.cgi/BashToFish On Thu, Mar 25, 2010 at 11:44 AM, chombee wrote: > Is the

[Fish-users] vim fish script syntax file

2010-03-25 Thread i...@whywouldwe.com
Does anyone have a vim syntax file for fish scripts? -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel perform

[Fish-users] Fish compatibility with other shells?

2010-03-25 Thread chombee
Is there a list somewhere of where fish's syntax is compatible and incompatible with other shells (sh, bash, zsh)? I'm trying to share as much of my shell configuration as possible between shells by putting it in files that are evaluated by each shell. For example I moved all my aliases into ~/.al