diff --git a/etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim b/etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim index 4ff959f..add8970 100644 --- a/etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim +++ b/etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim @@ -55,7 +55,7 @@ command! -nargs=1 GoToSection call GoToSection() " {{{ Mappings nmap fs :call Src(expand("")) nmap fm :call Help(expand("")) -nmap fw :call Dict(expand("")) +" nmap fw :call Dict(expand("")) nmap :call Help(expand("")) nmap :call Dict(expand("")) imap :call Dict(expand("")) diff --git a/etc/soft/vim/vimrc b/etc/soft/vim/vimrc index e26ba03..0eb0a00 100644 --- a/etc/soft/vim/vimrc +++ b/etc/soft/vim/vimrc @@ -824,5 +824,9 @@ let g:figletFont = 'slant' vnoremap :EasyAlign " }}} +" Help/Src {{{ +nmap fw ,qq:call Dict(expand("")) +" }}} + " }}}###########################################################################