X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/bc7fe9a3b5914cbcc18bac12635c2fefdf6558bb..1c84fc84d23dc600fc1540ffd01ea80bc3d5f803:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 1b445f6..160aba8 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -411,6 +411,7 @@ let g:airline_powerline_fonts = 1 " checkattach {{{2 let g:checkattach_filebrowser = 'ranger' +let g:checkattach_once = 'y' " delimitmate {{{2 let delimitMate_expand_cr = 2 @@ -549,6 +550,20 @@ let g:sneak#streak = 1 let g:sneak#target_labels = "aoeuisnthdpylrcgfqjkxzmwvz" " dvorak let g:sneak#use_ic_scs = 1 " follow 'ignorecase' and 'smartcase' +" sneaky f and t +nmap f Sneak_f +nmap F Sneak_F +xmap f Sneak_f +xmap F Sneak_F +omap f Sneak_f +omap F Sneak_F +nmap t Sneak_t +nmap T Sneak_T +xmap t Sneak_t +xmap T Sneak_T +omap t Sneak_t +omap T Sneak_T + " functions {{{1 " Convenient command to see the difference between the current buffer and the