dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6273691536b297df323a239ea611249d57cf66a2
parent f692191456da007094fbcf47192c2de25205d9b1
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 13 Apr 2020 22:35:47 +0200

vim: misc changes

Former-commit-id: 733382a283f8bb35aa5d7531c0d1e47d5b643a33
Diffstat:
Mvim/after/plugin/plug.vim | 2+-
Mvim/vimrc | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vim/after/plugin/plug.vim b/vim/after/plugin/plug.vim @@ -1,3 +1,3 @@ if g:loaded_plug - command! PlugUp PlugUpgrade | PlugUpdate + command! PU PlugUpgrade | PlugUpdate endif diff --git a/vim/vimrc b/vim/vimrc @@ -283,9 +283,10 @@ let g:fzf_preview_window = 'right:60%' let g:fzf_buffers_jump = 1 nnoremap <leader>F :Files<CR> +nnoremap <leader>O :Files<space> nnoremap <leader>B :Buffers<CR> nnoremap <leader>G :Lines<CR> -nnoremap <leader>T :Helptags<CR> +nnoremap <leader>? :Helptags<CR> nnoremap <leader>Q :Tags<CR> nnoremap <leader>/ :Ag<CR> " Vimwiki {{{3 @@ -532,7 +533,6 @@ set sessionoptions=buffers,curdir,folds,globals,localoptions,options,resize,tabp " Use ag for grepping set grepprg=ag\ --vimgrep set updatetime=100 -" }}} " }}}1 " Editor {{{1 " In general, don't want anything concealed