Browse Source

vim, sdcv: выделение цветом слов, просмотренных в словаре

master
Maxim Likhachev 11 years ago
parent
commit
ec1a2dc670
  1. 2
      etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim
  2. 4
      etc/soft/vim/vimrc

2
etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim

@ -55,7 +55,7 @@ command! -nargs=1 GoToSection call GoToSection(<f-args>) @@ -55,7 +55,7 @@ command! -nargs=1 GoToSection call GoToSection(<f-args>)
" {{{ Mappings
nmap fs :call Src(expand("<cword>"))<CR>
nmap fm :call Help(expand("<cword>"))<CR>
nmap fw :call Dict(expand("<cword>"))<CR>
" nmap fw :call Dict(expand("<cword>"))<CR>
nmap <F1> :call Help(expand("<cword>"))<CR>
nmap <F1><F1> :call Dict(expand("<cword>"))<CR>
imap <F1><F1> <ESC>:call Dict(expand("<cword>"))<CR>

4
etc/soft/vim/vimrc

@ -824,5 +824,9 @@ let g:figletFont = 'slant' @@ -824,5 +824,9 @@ let g:figletFont = 'slant'
vnoremap <silent> <Enter> :EasyAlign<cr>
" }}}
" Help/Src {{{
nmap fw ,qq<ESC>:call Dict(expand("<cword>"))<CR>
" }}}
" }}}###########################################################################

Loading…
Cancel
Save