lemongrassnginger

Results 4 comments of lemongrassnginger

yup, I'm getting the same issue, trying to adjust the sample config from the readme. Is there some kind of config parsing that's not working? Is the sample config in...

@skywind3000 fair enough, we've all got busy lives. Until maintenance for this repo picks up again, for those looking for a package to run similar functionality, [process-palette](https://atom.io/packages/process-palette) looks like it's...

I've added this hack to my init script to select a sentence in visual mode. ``` # vim sentence textobject atom.commands.add 'atom-text-editor', 'init:visual-a-sentence': -> getEditorView = () -> atom.views.getView(atom.workspace.getActiveTextEditor()) atom.commands.dispatch(getEditorView(),...

I think I've just been facing a similar problem. Updating my git remote as follows worked: ``` git remote set-url origin https://:@github.com//.git ``` Also, linking in a related thread: https://github.com/atom/atom/issues/8984