GithubHelp home page GithubHelp logo

CPU usage issues on OSX (Lion) about dotvim HOT 10 CLOSED

astrails avatar astrails commented on September 27, 2024
CPU usage issues on OSX (Lion)

from dotvim.

Comments (10)

akzhan avatar akzhan commented on September 27, 2024

I use this macvim configuration for several months without any performance issues. macosx branch at my fork.

from dotvim.

pvencill avatar pvencill commented on September 27, 2024

I'm having the same issue, though not as severe as chanced's (i.e. noticeable lag, perf hit, but I haven't seen the high fan or 200% cpu).

from dotvim.

chanced avatar chanced commented on September 27, 2024

@akzhan Thanks, I'll try it out but what's different in it between the root?

@pvencill https://github.com/akzhan/dotvim/tree/macosx

On Thu, Nov 17, 2011 at 9:31 AM, pvencill <
[email protected]

wrote:

I'm having the same issue, though not as severe as chanced's (i.e.
noticeable lag, perf hit, but I haven't seen the high fan or 200% cpu).
Not sure what your last sentence meant, akzhan, there's no macosx branch
in the repo.


Reply to this email directly or view it on GitHub:
#4 (comment)

Chance Dinkins
Co-Founder & Jack of All Trades
803-397-0375
cyberstride.net

from dotvim.

akzhan avatar akzhan commented on September 27, 2024

@chanced - actually nothing except minor styling (font) and explicit setting of character encodings.

from dotvim.

vitaly avatar vitaly commented on September 27, 2024

heh ;) the lag after the : is due to :W being remapped to :w, so when you press : vim is waiting to see what are you going to press next. if its W it will remap, otherwise will treat it as just :

from dotvim.

vitaly avatar vitaly commented on September 27, 2024

if anyone knows how to better remap it I'm open to suggestions ;)

from dotvim.

chanced avatar chanced commented on September 27, 2024

Ah, sorry! I tracked this down awhile ago and meant to push that up as a
patch. It was a major PITA to track down but significantly improved perf
once I did.

,, and ,b are still laggy but that may be caused by something else or just
general load time. I haven't really started digging yet.

Thanks never the less though.. I'm sure it will really help other users.

On Wed, Dec 14, 2011 at 8:11 PM, Vitaly Kushner <
[email protected]

wrote:

if anyone knows how to better remap it I'm open to suggestions ;)


Reply to this email directly or view it on GitHub:
#4 (comment)

Chance Dinkins
Co-Founder & Jack of All Trades
803-397-0375
cyberstride.net

from dotvim.

chanced avatar chanced commented on September 27, 2024

@vitaly Just out of curiosity how did you find the :W issue? I happened to find it by poking and commenting out block by block of each config file.

The reason I ask is two fold; the first is I'd like to get better at debugging and just overall vim config. Secondly - I'm running into a pretty long load up time of command-t and minibufexpl when using the respective action key command (i think that's the name for what you remapped to , anyway).

Thanks :)

from dotvim.

vitaly avatar vitaly commented on September 27, 2024

@chanced frankly I don't quite remember. ,, was laggy for the same reason it was waiting to see if its ,, or ,,,

both issues solved now.

:E and :W are now defined as custom commands instead of remapping. so : is fast again.

And ,,, was remapped as ,. so ,, is fast again.

from dotvim.

chanced avatar chanced commented on September 27, 2024

awesome, thanks man.

from dotvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.