Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Last active March 11, 2016 20:08
Show Gist options
  • Save bookercodes/b068fd224f253a29b7ed to your computer and use it in GitHub Desktop.
Save bookercodes/b068fd224f253a29b7ed to your computer and use it in GitHub Desktop.

Vim Wishlist

  • Really rich JavaScript and React snippets via NeoSnippet.
  • Automatically run eslint --fix on write
  • An error list like Visual Studio
  • Faster buffer switching (At the moment my Neomake config is causing lag...)
  • Rich fuzzy searching via FZF
  • Rich file searching via FZF
  • Relative file auto-complete
  • Key-binding to delete all buffers except current
  • Remove trailing whie lines
  • Autocomplete accross all buffers
  • Fix C-x C-l
  • Automatic set nopaste.
  • Add livedown npm dependency
  • Add fzf binary dependency
  • Add YCM './install.sh` to dependency
  • Master fzf https://github.com/junegunn/fzf/wiki/examples#searching-file-contents
  • I think it'd be nice if there was a clipboard mode whereby you enter cliboard mode and then p and y copy to system clipboard. As soon as the text has been copied or pasted, leave clipboard mode. Automatic set paste would be handy, too.
  • Disable cursorline and colline when bufer doesn't have focus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment