Chris Gaudreau
Chris Gaudreau
Is this any plan to implement numbered registers? In Vim, numbered registers remember the previous yanks. So `"0p` pastes the second most recent yank, `"1p` the third most recent yank,...
Given a 4,000-line file (sorry), in this case PHP (even more sorry), the return key causes long hanging. It seems to be caused by: ``` coffeescript 'atom-pane atom-text-editor[data-grammar~="html"]:not([mini]):not(.autocomplete-active), atom-pane atom-text-editor[data-grammar~="xml"]:not([mini]):not(.autocomplete-active)':...
Is there a way to have commented-out declarations be automatically reordered? ``` css .content { font-size: 18px; width: 1000px; margin: 10px; border: 1px solid #000; /* width: 200px; */ background:...