summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2021-04-04 17:37:02 +0000
committerMike Crute <mike@crute.us>2021-04-04 17:40:41 +0000
commit0990c6821f5a7258c6e035e250b06c73b3774c05 (patch)
treef222a9c85969041530086e7a892328a370ae32fc /.vim
parent1dc15b897a1bbad8380211f3c36e9179255e792c (diff)
downloaddotfiles-0990c6821f5a7258c6e035e250b06c73b3774c05.tar.bz2
dotfiles-0990c6821f5a7258c6e035e250b06c73b3774c05.tar.xz
dotfiles-0990c6821f5a7258c6e035e250b06c73b3774c05.zip
fixup! Add undotree extension
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 7e42656..21ec7bc 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -205,6 +205,9 @@ vnoremap <leader>dc :s/\v\C(([a-z]+)([A-Z]))/\2_\l\3/g<CR>
205 205
206" Forward search for visual selection 206" Forward search for visual selection
207vnoremap <expr> // 'y/\V'.escape(@",'\/').'<CR>' 207vnoremap <expr> // 'y/\V'.escape(@",'\/').'<CR>'
208
209" Easily show/hide undotree
210nnoremap <Leader>uu :UndotreeToggle<CR>
208" }}} 211" }}}
209" {{{ Workarounds For Broken Shit 212" {{{ Workarounds For Broken Shit
210" These have to be set otherwise you can't write-back 213" These have to be set otherwise you can't write-back