Saturday, October 26, 2013

Re: Vim on an embedded system

Tim Chase <vim@tim.thechases.com> [13-10-26 19:36]:
> On 2013-10-26 18:08, meino.cramer@gmx.de wrote:
> > I am running vim on a Beaglebone Black with Gentoo Linux
> > (512MB DD3, 1GHZ ARM Cortex A8 CPU).
>
> Those specs should be abundantly good for basic vimming. I've used
> it on a 128MB 600MHz Celeron (both locally and via SSH) with no
> trouble.
>
> > Currently I am mainly editing Lua code.
>
> Do you notice it primarily with Lua code and other filetypes are
> okay? Or is it all filetypes?
>
> How is it if you crank it up with "-u NONE" and avoid plugins and
> startup scripts?
>
> Is there a difference between ":syntax on" and ":syntax off"?
>
> What sort of drive is it run from? (spinning-platter, flash,
> RAM-disk, network drive) Does setting 'noswapfile' help?
>
> I presume these files are of reasonable length (not hundreds of MB).
>
> -tim
>

Hi Tim,

thank you for your suggestions! :)

The lua code I am editing currently has a length of 200 lines (12k).

There is a difference between for example Lua code and a plain text
file -- editing lua code is slower.

Vim started with -u NONE also speeds up things -- but as I mentioned
in my first mail...I really dont want to strip down vim to a lightning
fast .... ed ;)
Plugins are one of the outstanding features of vim ( the "im" in "vim")

"syntax off" and "syntax" do not make much a difference.

The drive is a fast SSD-card.

I dont want to make vim "Noswap" ... ;)

Best regards,
mcc




--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: