nvim conf 2021 | IDE's are slow | Waylon Walker ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ https://youtu.be/E18m4KkJUnI Date: October 29, 2021 https://youtu.be/E18m4KkJUnI -------- Slides 👇 ──────── welcome ─────── Other possible titles ───────────────────── - Using Vim as a Team Lead - I 💜 Tmux - Why I stopped using @code - Get there fast - How I vim It’s ok ─────── Use a graphical IDE if it works for you. Trick it out ──────────── vim is so well integrated into the terminal, take advantage It wasn’t working for me anymore ──────────────────────────────── dozens of instances ─────────────────── As a team lead I bounce betweeen a dozen projects a per day https://pbs.twimg.com/media/FAEmRjYUcAUk2eR?format=jpg&name=large Move With Intent ──────────────── Running vim inside tmux lets me move swiftly between the exact project I need. https://twitter.com/_WaylonWalker/status/1438849269407047686/photo/1//: <> (__) Hub and Spoke ───────────── - direct link to specific projects - fuzzy into all projects - fuzzy into open projects How I navigate tmux in 2021 #hub-and-spoke Other Things That Make this Possible ──────────────────────────────────── - tmux - direnv │ vim adjacent things yes, vim is ugly, make it yours ─────────────────────────────── @rook ``` command! Q :q ``` @_waylonwalker ``` nnoremap 6 ``` lsp ─── ``` lua vim.lsp.buf.definition() ``` treesitter ────────── ``` Plug 'nvim-treesitter/nvim-treesitter-textobjects' ``` telescope ───────── fuzzy matching like a boss fzf is ok too Check Messages ──────────────