Skip to content

Instantly share code, notes, and snippets.

@tobyjsullivan
Created May 28, 2016 18:25
Show Gist options
  • Save tobyjsullivan/ee8121c5bf9c37881c2ce82ea5405410 to your computer and use it in GitHub Desktop.
Save tobyjsullivan/ee8121c5bf9c37881c2ce82ea5405410 to your computer and use it in GitHub Desktop.
Uji's VIM Session at PolglotConf 2016

Polyglot Conference 2016

Agenda

10:47 Current Vim topic 10:59 Vim plugins / Basic Vim editing 11:15 Buffer 11:30 :wq!

  1. Knows everything in vimtutor
  2. something like fuzzy finding?
    • ctrlp.vim or unite.vim (I use unite)
    • (or command "fzf")
  3. Key mapping
    • caps = left of A == too far
    • esc: very controversial
      • esc as above ~ (not very far for me for some reason)
      • <C-[>
      • Others (such as fire ctrl)
  4. JetBrain IDEs? Spacemacs?
  5. Filename completion
  6. Vim plugin management
    • pathogen (legacy)
    • neobundle
    • vim-plug
  7. How did I jump to slash?
    • f/
  8. vimshell

Links

TODO

Toby will publish it with #polyglot #vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment