Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 726 Bytes

editor_todos.markdown

File metadata and controls

12 lines (11 loc) · 726 Bytes

Editor issues to resolve

  • Ruby autocompletion
  • Ruby method definition -- typing def\n should fill end at same indentation level -- spacemacs issue; fixed by disabling evil-escape plugin (syl20bnr/spacemacs#1775)
  • AceJump plugin -- somewhat buggy? SOmetimes missing matches? -- switched it to char mode vs word mode
  • em . -- background this to allow opening from cmd-line without hanging
  • Cmd-T to open fuzzy find
  • leader-n to open neotree
  • Cmd-/ to toggle comments -- sort of working -- only in visual mode
  • Cmd-+ / Cmd-- to increase font size -- http://www.emacswiki.org/emacs/GlobalTextScaleMode
  • Trailing whitespace and hard-tab display
  • erb syntax highlighting