Code Faster ----------- To Do ===== General Vim Stuff ~~~~~~~~~~~~~~~~~ #. Use folds more when viewing json docs #. Start playing vim games, e.g. vim-be-good #. Move telescope setup to lua file, load it init.lua #. Break out plugin remaps to separate files Plugins to Try out ~~~~~~~~~~~~~~~~~~ #. https://github.com/rcarriga/vim-ultest #. https://github.com/tpope/vim-surround #. https://github.com/glacambre/firenvim #. https://github.com/ThePrimeagen/vim-be-good #. https://github.com/tjdevries/train.nvim #. https://github.com/glepnir/nvim #. https://github.com/gyim/vim-boxdraw #. https://github.com/ray-x/lsp_signature.nvim Plugin Features ~~~~~~~~~~~~~~~~~~ #. Configure vim-startify #. Telescope writing #. Make lsp find reference populate quickfix list #. LSP show docs in split #. Script for installing lsp Keyboard ~~~~~~~~ #. Build Kyria TMUX ~~~~~~~~~~~~~~ #. tmux plugin manager #. https://github.com/thewtex/tmux-mem-cpu-load #. https://github.com/olimorris/tmux-pomodoro-plus #. https://github.com/tmux-plugins/tmux-yank #. https://github.com/thewtex/tmux-mem-cpu-load #. https://github.com/tmux-plugins/tmux-cpu #. https://github.com/sainnhe/tmux-fzf Zsh ~~~~~~~~~~~~~~ #. bindkey for auto complete and suggestion #. bindkey for foreground/fg #. bindkey for opening a git file with telescope Shell Software ~~~~~~~~~~~~~~ #. https://github.com/rupa/z Snippet Stuff ~~~~~~~~~~~~~ #. .rst url remap #. .rst titles (dynamically add =, -, ~) #. better python class snippet #. bulleted sublist for rst Miscellaneous ~~~~~~~~~~~~~ #. Bash script to install everything Doing ===== #. ptpython #. autoformat jsons #. https://github.com/mfussenegger/nvim-dap Done ==== General Vim Stuff ~~~~~~~~~~~~~~~~~ #. Learn to use gcn - not a fan #. Copy/paste to/from clipboard - gotta nice remap for that #. Stop using H and L instead of $ and ^ #. to delete words in insert mode. - amazing I love it Plugins to Try out ~~~~~~~~~~~~~~~~~~ #. https://github.com/voldikss/vim-floaterm #. https://github.com/ThePrimeagen/harpoon - nice but telescope makes it work #. https://github.com/godlygeek/tabular - nice but never actually used it #. https://github.com/mhinz/vim-startify - couldnt get into it #. https://github.com/lewis6991/gitsigns.nvim #. https://github.com/rcarriga/nvim-notify Plugin Features ~~~~~~~~~~~~~~~ #. LazyGit in a floating terminal #. LSP autoformatting #. FloatTerm execute the current python file #. Telescope my available fixtures #. Telescope my available classes #. Copy a filepath from telescope using a custom action #. Figure out how to git blame #. Telescope my remaps. #. Telescope colorschemes Keyboard ~~~~~~~~ #. Never use command ever again: #. Having -v = press and hold v #. Having -c = press and hold c #. Having -l = press and hold l #. Having -x = press and hold x #. ... Shell Software ~~~~~~~~~~~~~~ #. bat - love it so much #. broot - wasn't a big fan, prefer fzf. didn't configure it that much though. #. git-delta Snippet Stuff ~~~~~~~~~~~~~ Miscellaneous ~~~~~~~~~~~~~