aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
AgeCommit message (Expand)Author
2024-04-05vimrc: Add `[b` and `]b` buffer cycling mappingsHEADmasterTeddy Wing
2023-09-25vimrc: Only turn on 'smoothscroll' if it's availableTeddy Wing
2023-09-25vimrc: Turn on 'smoothscroll'Teddy Wing
2022-08-24vimrc: Turn off Vim-Go goimports on saveTeddy Wing
2022-08-20vimrc: Add `:Co` command, alias for `:Copy`Teddy Wing
2022-06-28vimrc: Add `m,` mapping to save sessionTeddy Wing
2022-06-01vimrc: Disable context.vim by defaultTeddy Wing
2022-06-01vimrc: Add `yp` mapping to paste from the "0 registerTeddy Wing
2022-05-26vimrc: Remove Slimv settingsTeddy Wing
2022-05-26vimrc: Don't let Paredit change filetype plugin and indent settingsTeddy Wing
2021-09-21vimrc: Add `<C-w>N` to open a new empty buffer in a vertical splitTeddy Wing
2020-10-27vimrc: Make the `<leader>p` command repeatableTeddy Wing
2020-10-21vimrc: Turn off `g:go_code_completion_enabled`Teddy Wing
2020-10-21vimrc: Make the `gS` command repeatableTeddy Wing
2020-10-13vimrc: Replace `t` cabbrev with `T` command aliasTeddy Wing
2020-09-28vimrc: Add `<leader>db` mapping to open files with TBuffer using PickTeddy Wing
2020-09-22vimrc: Add i_^r^f mapping to insert the current filenameTeddy Wing
2020-09-13vimrc: Set a fixed tall quickfix window height for vim-goTeddy Wing
2020-06-20vimrc: Add count support to `[q`, `]q`, `[w`, `]w`Teddy Wing
2020-02-26vimrc: Add `<C-w>e` mapping to open the current buffer in a new tabTeddy Wing
2020-02-26vimrc: Add `<leader>cF` mapping to copy the absolute path of a fileTeddy Wing
2020-02-26vimrc: Turn off vim-go fmt on saveTeddy Wing
2020-02-26vimrc: Turn off vim-go ftplugin definition mappingsTeddy Wing
2020-02-26vimrc: Turn off `gopls` in vim-goTeddy Wing
2019-12-09vimrc: Set 'grepprg' to RipgrepTeddy Wing
2019-11-18vimrc: Add v_<leader>w mapping to search with RipgrepTeddy Wing
2019-11-18vimrc: Add gS mapping to ArgWrapTeddy Wing
2019-07-03vimrc: Use Undotree on WindowsTeddy Wing
2019-06-19vimrc: Ignore `.git` directory in `g:pick_command`Teddy Wing
2019-06-17vimrc: Don't preserve indentation on empty linesTeddy Wing
2019-06-16vimrc: Disable modelinesTeddy Wing
2019-06-08vimrc: Move RSpec mappings to ftplugin/ruby.vimTeddy Wing
2019-06-03vimrc: Focus Undotree window when toggledTeddy Wing
2019-06-03vimrc: Use Gundo when -python3 and Undotree when +python3Teddy Wing
2019-06-01vimrc: Turn on persistent undoTeddy Wing
2019-06-01vimrc: Add `<leader>tc` mapping to close current tabTeddy Wing
2019-05-10vimrc: Include hidden files in the Pick listTeddy Wing
2019-05-10vimrc: Use long CLI options to `ag` in `g:pick_command`Teddy Wing
2019-05-08vimrc: Add next/previous shortcuts for the location listTeddy Wing
2019-05-08vimrc: Add basic 'vim-go' settingsTeddy Wing
2019-05-04vimrc: Have Gundo use Python 3 when Vim is compiled with `+python3`Teddy Wing
2019-05-04vimrc: Use `.agignore` in Pick commandTeddy Wing
2018-04-06vimrc: Add `z<C-]>` mappingTeddy Wing
2018-02-10vimrc: Add <leader>w mapping to search with RipgrepTeddy Wing
2018-02-05vimrc: Make <leader>sp mapping use `setlocal`Teddy Wing
2018-01-20vimrc: Add <leader>sp mapping to toggle spell checkingTeddy Wing
2017-11-28vimrc: Log statistics of RSpec command usageTeddy Wing
2017-09-26vimrc: Add mapping to run nearest RSpec with unicode "flag in hole"Teddy Wing
2017-09-19vimrc: Add mapping to run RSpec file with unicode "hole" characterTeddy Wing
2017-09-19vimrc: Add <leader>mk mapping to save Vim sessionTeddy Wing