sublimity
sublimity copied to clipboard
Smooth-scrolling and minimap like sublime editor
Sulimity-map hides the cursor near the right border, vertical scrolling does not happen. How to reproduce: In Emacs set: (sublimity-map-set-delay nil) and then have a long line in your emacs...
I don't know how best to troubleshoot this, but when working in `ESS[S]` mode, sublimity does not function (also discussed at ESS, https://github.com/emacs-ess/ESS/issues/346). When enabled, non-ESS buffers seem to work...
When `sublimity-auto-hscroll-mode` is active I cannot scroll the buffer with the mouse. Thus I'd like to disable it. I've tried setting `sublimity-auto-hscroll-mode` but it seems to have no effect.
Basically, using [relative-line-numbers](https://github.com/Fanael/relative-line-numbers) moves the text to the left of the screen instead of centering it. The max width is still applied, though. I myself had this sort of problem...
First, I would thank you for the effort to bring the Sublime Text features to Emacs! But sure, it could be always better. Frankly, I found the smooth scroll option...
I default turn off truncate-lines. When I scroll in a buffer with lots long lines. Especially scroll up from a little low to beginning of buffer. I can't scroll to...
Sublimity works nicely (thank you!) and I already like it, but there is one usability problem: - I open some file which has (some) lines long so they end „nearby...
Even with the basic sublimity configuration: ``` (require 'sublimity) (require 'sublimity-scroll) (sublimity-global-mode) ``` sublimity will make window auto-jumping after completion completion list popup in [company-mode](https://github.com/company-mode/company-mode) Detail refers to [this page](http://emacs.stackexchange.com/questions/7121/how-to-avoid-window-scrolling-after-completion-list-shows-up-in-company-mode)
When I open a file and work with sublimity-attractive-centering, lines in the buffer are centralized. But when I scroll the buffer, lines aligns to left again. After scrolled, lines are...