aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
AgeCommit message (Expand)Author
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
2017-09-19vimrc: Set 'backspace=indent,eol,start'Teddy Wing
2017-08-11vimrc: Add window number to statuslineTeddy Wing
2017-07-04vimrc: Add ZA mapping to update all buffers and quitTeddy Wing
2017-05-04vimrc: Add <leader>sm mapping to split chained method callsTeddy Wing
2017-04-24vimrc: Make <C-w><C-q> a no-opTeddy Wing
2017-04-07vimrc: Make <C-w>q command a no-opTeddy Wing
2017-03-13vimrc: Add `<leader>Z` mapping to run a single RSpec testTeddy Wing
2017-02-21vimrc: Change <leader>tf mapping to <leader>zTeddy Wing
2017-02-17vimrc: Add <leader>tf mapping to run current RSpec fileTeddy Wing
2016-04-18vimrc: Remove the `Wrap` commandTeddy Wing
2016-02-15vimrc: Configure SlimvTeddy Wing
2015-11-12vimrc: Output `scrollbind` value with <leader>sbTeddy Wing
2015-10-28vimrc: Add a mapping to open the current file in ChromeTeddy Wing
2015-08-18vimrc: Add mapping to copy current file pathTeddy Wing
2015-08-16vimrc: Remove `g:loaded_auditory` settingTeddy Wing
2015-08-12vimrc: Make <leader>gp mapping saferTeddy Wing
2015-08-12vimrc: Add <leader>gp mapping for git log of current fileTeddy Wing
2015-07-27Track project-specific config filesTeddy Wing
2015-07-24vimrc: Correct spelling in commentTeddy Wing