Tags
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
tmux-nav-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 <leader>6 <c-^>
lsp #
lua vim.lsp.buf.definition()
treesitter #
Plug 'nvim-treesitter/nvim-treesitter-textobjects'
telescope #
fuzzy matching like a boss
fzf is ok too