1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819
|
"=========================================================================== " Maintainer: grimgav <[email protected]> " " Version: 3.6 - 20/04/2010 22:29 " " Sections: " > Общие настройки " > Интерфейс пользователя VIM " > Цвета и шрифты " > Файлы, резервные копии " > Оформление текста, табуляция, фолдинг и выравнивания " > Визуальный режим " > Командный режим " > Перемещение курсора и управление буферами " > Управление окнами " > Статусная линия " > Режим редактирования " > Проверка правописания " > Настройки (x)html " > Настройки JavaScript, jQuery " > Настройки CSS " > Настройки PHP " > Настройки прочих файлов " > Плагины и их настройки " " TODO: " * Закончить причесывание ~/.vimrc "===========================================================================
" > Общие настройки {{{ "=========================================================================== " Отключаем режим совместимости с vi set nocompatible
" Хранить последние 150 команд set history=150
" Установка <leader> для быстрых комбинаций клавиш let mapleader = "," let g:mapeader = ","
" Количество действий которые можно отменить set undolevels=100
" Не выгружать буфер, когда переключаемся на другой " Это позволяет редактировать несколько файлов в один и тот же момент без " необходимости сохранения каждый раз " когда переключаешься между ними set hidden
set modifiable
" Сохранение сессии по Ctrl+Q и восстановление по Ctrl+S set sessionoptions=blank,buffers,curdir,folds,help,resize,tabpages,winsize map <c-q> :mksession! ~/.vim_files/.session <cr> map <c-s> :source ~/.vim_files/.session <cr>
" Открытие и загрузка .vimrc if has("win32") nmap <silent> <leader>ev :e $HOME/_vimrc<cr> nmap <silent> <leader>sv :so $HOME/_vimrc<cr> else nmap <silent> <leader>ev :e $HOME/.vimrc<cr> nmap <silent> <leader>sv :so $HOME/.vimrc<cr> endif
" F2 - быстрое сохранение nmap <F2> :w<cr> vmap <F2> <esc>:w<cr>i imap <F2> <esc>:w<cr>i
" C-c and C-v - Copy/Paste в "глобальный клипборд" vmap <C-C> "+yi imap <C-V> <esc>"+gPa
" Заставляем shift-insert работать как в Xterm map <S-Insert> <MiddleMouse>
"}}}
" > Интерфейс пользователя VIM {{{ "=========================================================================== " Размеры окна if has("gui_running") set columns=110 set lines=50 endif
" Включаем нумерацию строк set nu
" Задаем начальное количество столбцов под номера строк setlocal numberwidth=3
" Подсвечивать текущую строку set cursorline
" Визуально отображать Tab'ы, пробелы в конце строк, выход строки за пределы " окна и заполнитель фолдов if has("win32") :set list listchars=tab:>-,trail:.,nbsp:.,precedes:<,extends:> else :set list listchars=tab:»·,trail:·,nbsp:·,precedes:‹,extends:› endif set fillchars=fold:\-
" Прячем курсор мыши при наборе текста set mousehide
" Подключение мыши set mouse=a set mousemodel=popup
" Скрыть панель и меню в gui версии set guioptions-=T set guioptions-=m set guioptions-=l set guioptions-=L set guioptions-=r set guioptions-=R
" Отключаем надоедливый сигнал set novisualbell set t_vb= set vb
" Показывать положение курсора всё время. set ruler
" Показывать незавершённые команды в статусбаре set showcmd
" Количество строк видимых при вертикальной/горизонтальной прокрутке текста " у краев окна set scrolloff=7 set sidescrolloff=7 set sidescroll=1
" Отключаем показ строки табов set showtabline=0
" Сделать строку команд высотой в одну строку set ch=1
"make <c-l> clear the highlight as well as redraw nnoremap <C-L> :nohls<CR><C-L> inoremap <C-L> <C-O>:nohls<CR>
"}}}
" > Цвета, шрифты и кодировка символов {{{ "=========================================================================== " Включаем подсветку синтаксиса syntax on
" Включаем цветовую схему Zenburn if has("gui_running") || has("unix") :set t_Co=256 :colors zenburn :colorscheme zenburn else :colors impact :colorscheme impact endif
" Задаем шрифт if has("gui_running") if has("gui_gtk2") :set guifont=Droid\ Sans\ Mono\ 10 elseif has("x11") " Also for GTK 1 :set guifont=*-lucidatypewriter-medium-r-normal-*-*-180-*-*-m-*-* elseif has("gui_win32") :set guifont=Consolas:h11:cRUSSIAN endif endif
" Задаем кодировку текста по умолчанию let &termencoding; = &encoding; if has("win32") set encoding=cp1251 else set encoding=utf-8 endif
" Возможные кодировки файлов set fileencodings=utf-8,cp1251,koi8-r
" Переключение кодировки файла через меню по S-F8 set wildmenu set wcm=<Tab> menu Encoding.koi8-u :e ++enc=8bit-koi8-u<CR> menu Encoding.windows-1251 :e ++enc=8bit-cp1251<CR> menu Encoding.ibm-866 :e ++enc=8bit-ibm866<CR> menu Encoding.utf-8 :e ++enc=2byte-utf-8 <CR> map <S-F8> :emenu Encoding.<TAB>
"}}}
" > Файлы, резервные копии {{{ "=========================================================================== " Хранить временные и резервные копии файлов в папке .vim set backup if has("win32") set backupdir=$HOME/vimfiles/backup set directory=$HOME/vimfiles/tmp else set backupdir=$HOME/.vim_files/backup set directory=$HOME/.vim_files/tmp set viminfo+=n~/.vim_files/.viminfo endif
"load ftplugins and indent files filetype plugin on filetype indent on "}}}
" > Оформление текста, табуляция, фолдинг и выравнивания {{{ "=========================================================================== " Размер табуляции по умолчанию. Замена Tab на Space set shiftwidth=4 set softtabstop=4 set tabstop=4 set expandtab
" Включить авто отступы set autoindent
" Включаем "умные" отступы ( например, авто отступ после {) set smartindent set cindent
" Set the textwidth to be 110 chars set textwidth=100
" не разрывать не вмещающуюся в окно строку set nowrap
" Игнорирование прописных/строчных букв при поиске set ignorecase
" Поиск по набору текста (очень полезная функция) set incsearch
" Поиск и замена слова под курсором nmap ; :%s/\<<c-r>=expand("<cword>")<cr>\>/
" Количество столбцов отдаваемых под отображение фолдов set foldcolumn=1 set foldnestmax=3
" Переключение фолдов по Space создание фолда в визуальном режиме nnoremap <silent> <Space> @=(foldlevel('.')?'za':'l')<CR> vnoremap <Space> zf "}}}
" > Визуальный режим {{{ "=========================================================================== " < & > - делаем отступы для блоков vmap < <gv vmap > >gv "}}}
" > Командный режим {{{ "=========================================================================== " Bash like keys for the command line cnoremap <C-A> <Home> cnoremap <C-E> <End> cnoremap <C-K> <C-U>
cnoremap <C-P> <Up> cnoremap <C-N> <Down>
" Работа в коммандном режиме при русской раскладке map ё ` map й q map ц w map у e map к r map е t map н y map г u map ш i map щ o map з p map х < map ъ >
map ф a map ы s map в d map а f map п g map р h map о j map л k map д l map ж ; map э '
map я z map ч x map с c map м v map и b map т n map ь m map б , map ю .
map Ё ~ map Й Q map Ц W map У E map К R map Е T map Н Y map Г U map Ш I map Щ O map З P map Х { map Ъ }
map Ф A map Ы S map В D map А F map П G map Р H map О J map Л K map Д L map Ж : map Э "
map Я Z map Ч X map С C map М V map И B map Т N map Ь M map Б < map Ю > "}}}
" > Перемещение курсора и управление буферами {{{ "=========================================================================== "Move a line of text using ALT+<jk> nmap <M-j> mz:m+<cr>`z nmap <M-k> mz:m-2<cr>`z vmap <M-j> :m'>+<cr>`<my`>mzgv`yo`z vmap <M-k> :m'<-2<cr>`>my`<mzgv`yo`z
" disable arrow keys and Insert, Delete, Home, End, PageUp, PageDown keys nmap <up> <nop> nmap <down> <nop> nmap <left> <nop> nmap <right> <nop> imap <up> <nop> imap <down> <nop> imap <left> <nop> imap <right> <nop> vmap <up> <nop> vmap <down> <nop> vmap <left> <nop> vmap <right> <nop> nmap <Insert> <nop> nmap <Home> <nop> nmap <Del> <nop> nmap <End> <nop> nmap <PageUp> <nop> nmap <PageDown> <nop> imap <Insert> <nop> imap <Home> <nop> "imap <Del> <nop> imap <End> <nop> imap <PageUp> <nop> imap <PageDown> <nop> vmap <Insert> <nop> vmap <Home> <nop> vmap <Del> <nop> vmap <End> <nop> vmap <PageUp> <nop> vmap <PageDown> <nop>
" F6 - предыдущий буфер map <F6> :bp<cr> vmap <F6> <esc>:bp<cr>i imap <F6> <esc>:bp<cr>i
" F7 - следующий буфер map <F7> :bn<cr> vmap <F7> <esc>:bn<cr>i imap <F7> <esc>:bn<cr>i
" F10 - удалить буфер map <F10> :bd<cr> vmap <F10> <esc>:bd<cr> imap <F10> <esc>:bd<cr> "}}}
" > Управление окнами {{{ "=========================================================================== " Move the cursor to the window left of the current one noremap <silent> <M-h> :wincmd h<cr>
" Move the cursor to the window below the current one noremap <silent> <M-j> :wincmd j<cr>
" Move the cursor to the window above the current one noremap <silent> <M-k> :wincmd k<cr>
" Move the cursor to the window right of the current one noremap <silent> <M-l> :wincmd l<cr>
" Close the current window noremap <silent> <leader>wc :close<cr>
" Move the current window to the right of the main Vim window noremap <silent> <leader>ml <C-W>L
" Move the current window to the top of the main Vim window noremap <silent> <leader>mk <C-W>K
" Move the current window to the left of the main Vim window noremap <silent> <leader>mh <C-W>H
" Move the current window to the bottom of the main Vim window noremap <silent> <leader>mj <C-W>J "}}}
" > Статусная линия {{{ "=========================================================================== " Номер буфера set statusline=#%n\ \ " Номер буфера set statusline+=%f\ \ "tail of the filename
"display a warning if fileformat isnt unix set statusline+=%#warningmsg# set statusline+=%{&ff;!='unix'?'<'.&ff.;'>':''} set statusline+=%*
"display a warning if file encoding isnt utf-8 set statusline+=%#warningmsg# set statusline+=%{(&fenc;!='utf-8'&&&fenc;!='')?'<'.&fenc.;'>':''} set statusline+=%*
set statusline+=%h "help file flag set statusline+=%y "filetype set statusline+=%r "read only flag set statusline+=%m "modified flag
"display a warning if &et; is wrong, or we have mixed-indenting set statusline+=%#error# set statusline+=%{StatuslineTabWarning()} set statusline+=%*
set statusline+=%{StatuslineTrailingSpaceWarning()}
set statusline+=%{StatuslineLongLineWarning()}
set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%*
"display a warning if &paste; is set set statusline+=%#error# set statusline+=%{&paste;?'<paste>':''} set statusline+=%*
set statusline+=%= "left/right separator "set statusline+=%{StatuslineCurrentHighlight()}\ \ "current highlight set statusline+=Col:\ %v/%c\ \ "virtual cursor column set statusline+=Line:\ %l/%L "cursor line/total lines set statusline+=<%P> "percent through file set laststatus=2
"recalculate the trailing whitespace warning when idle, and after saving autocmd cursorhold,bufwritepost * unlet! b:statusline_trailing_space_warning
"return '<·>' if trailing white space is detected "return '' otherwise function! StatuslineTrailingSpaceWarning() if !exists("b:statusline_trailing_space_warning") if search('\s\+$', 'nw') != 0 let b:statusline_trailing_space_warning = '<·>' else let b:statusline_trailing_space_warning = '' endif endif return b:statusline_trailing_space_warning endfunction
"return the syntax highlight group under the cursor '' function! StatuslineCurrentHighlight() let name = synIDattr(synID(line('.'),col('.'),1),'name') if name == '' return '' else return '<' . name . '>' endif endfunction
"recalculate the tab warning flag when idle and after writing autocmd cursorhold,bufwritepost * unlet! b:statusline_tab_warning
"return '<&et;>' if &et; is set wrong "return '<mixed-indenting>' if spaces and tabs are used to indent "return an empty string if everything is fine function! StatuslineTabWarning() if !exists("b:statusline_tab_warning") let tabs = search('^\t', 'nw') != 0 let spaces = search('^ ', 'nw') != 0
if tabs && spaces let b:statusline_tab_warning = '</mixed-indenting><mixed-indenting>' elseif (spaces && !&et;) || (tabs && &et;) let b:statusline_tab_warning = '<&et;>' else let b:statusline_tab_warning = '' endif endif return b:statusline_tab_warning endfunction
"recalculate the long line warning when idle and after saving autocmd cursorhold,bufwritepost * unlet! b:statusline_long_line_warning
"return a warning for "long lines" where "long" is either &textwidth; or 80 (if "no &textwidth; is set) " "return '' if no long lines "return '<#x,my,$z> if long lines are found, were x is the number of long "lines, y is the median length of the long lines and z is the length of the "longest line function! StatuslineLongLineWarning() if !exists("b:statusline_long_line_warning") let long_line_lens = s:LongLines()
if len(long_line_lens) > 0 let b:statusline_long_line_warning = "<" . \ '#' . len(long_line_lens) . "," . \ 'm' . s:Median(long_line_lens) . "," . \ '$' . max(long_line_lens) . ">" else let b:statusline_long_line_warning = "" endif endif return b:statusline_long_line_warning endfunction
"return a list containing the lengths of the long lines in this buffer function! s:LongLines() let threshold = (&tw; ? &tw; : 80) let spaces = repeat(" ", &ts;)
let long_line_lens =
let i = 1 while i <= line("$") let len = strlen(substitute(substitute(getline(i), '\t', spaces, \ 'g'), ".", "x", "g")) if len > threshold call add(long_line_lens, len) endif let i += 1 endwhile
return long_line_lens endfunction
"find the median of the given array of numbers function! s:Median(nums) let nums = sort(a:nums) let l = len(nums)
if l % 2 == 1 let i = (l-1) / 2 return nums<i> else return (nums<l>2> + nums<(l</l>2)-1>) / 2 endif endfunction
"define :HighlightLongLines command to highlight the offending parts of "lines that are longer than the specified length (defaulting to &textwidth;) command! -nargs=? HighlightLongLines call s:HighlightLongLines('<args>') function! s:HighlightLongLines(width) let targetWidth = a:width != '' ? a:width : &tw; if targetWidth > 0 exec 'match error /\%>' . (targetWidth) . 'v/' else echomsg "Usage: HighlightLongLines <natural number="number">" endif endfunction
"jump to last cursor position when opening a file "dont do it when writing a commit log entry autocmd BufReadPost * call SetCursorPosition() function! SetCursorPosition() if &filetype; !~ 'commit\c' if line("'\"") > 0 && line("'\"") <= line("$") exe "normal! g`\"" normal! zz endif end endfunction "}}}
" > Режим редактирования {{{ "=========================================================================== " Заставляем BackSpace работать как x, т.е. удалять предыдущий символ set backspace=indent,eol,start whichwrap+=<,>,<,>
" Fix <Enter> for comment set fo+=cr
" Выключаем ненавистный режим замены imap <Ins> <Esc>a
"}}}
" > Проверка правописания {{{ "=========================================================================== "Pressing ,ss will toggle and untoggle spell checking map <leader>ss :setlocal spell! spelllang=en_us,ru<cr>
"Shortcuts using <leader> map <leader>sn >s map <leader>sp <s> map <leader>sa zg map <leader>s? z= "}}}
" > Настройки (x)html {{{ "=========================================================================== "}}}
" > Настройки JavaScript, jQuery {{{ "=========================================================================== " adding support for jQuery syntax highlite "au BufRead,BufNewFile *.js set ft=javascript.jquery au FileType javascript call JavaScriptFold() au FileType javascript setl fen au FileType javascript setl nocindent
function! JavaScriptFold() setl foldmethod=syntax setl foldlevelstart=1 syn region foldBraces start=/{/ end=/}/ transparent fold keepend extend
function! FoldText() return substitute(getline(v:foldstart), '{.*', '{...}', '') endfunction setl foldtext=FoldText() endfunction "}}}
" > Настройки CSS {{{ "=========================================================================== " Подсветка синтаксиса для CSS3 au BufRead,BufNewFile *.css set ft=css syntax=css3 "}}}
" > Настройки PHP {{{ "=========================================================================== " Настройки для отображения PHP файлов из файла синтаксиса syntax/php.vim " http://www.vim.org/scripts/script.php?cript_id=1571 au BufRead,BufNewFile *.php setl foldmethod=manual au BufRead,BufNewFile *.php setl fen let php_sql_query=1 " подсветка SQL запросов let php_htmlInStrings=1 " подсветка HTML кода в PHP строках let php_folding=1 " фолдинг функций и классов "}}}
" > Настройки прочих файлов {{{ "=========================================================================== " .doc файлы. Необходима утилита antiword au BufReadPre *.doc set ro au BufReadPre *.doc set hlsearch! au BufReadPost *.doc %!antiword "%"
" Настройка фолдинга для .vimrc и прочих vim файлов au BufRead,BufNewFile,FileType,Syntax vim setl fdm=marker
" Remove the Windows ^M - when the encodings gets messed up noremap <Leader>m mmHmt:%s/<C-V><cr>//ge<cr>'tzt'm "}}}
" > Плагины и их настройки "{{{ "===========================================================================
" The NERD tree : A tree explorer plugin for navigating the filesystem {{{ " http://www.vim.org/scripts/script.php?script_id=1658 " info: :h NERDTree<cr> "=========================================================================== " NERDTree settings let NERDTreeQuitOnOpen=1
" F3 - отображение/скрытие дерева каталогов nmap <F3> :NERDTreeToggle<cr> vmap <F3> <esc>:NERDTreeToggle<cr> imap <F3> <esc>:NERDTreeToggle<cr> "}}}
" The NERD Commenter : A plugin that allows for easy commenting of code for many filetypes. {{{ " http://www.vim.org/scripts/script.php?script_id=1218 " info: :h NERDCommenter<cr> "=========================================================================== "}}}
" mru.vim : Plugin to manage Most Recently Used (MRU) files {{{ " http://www.vim.org/scripts/script.php?script_id=521 " info: :e ~/.vim/plugin/mru.vim<cr> "=========================================================================== if has("win32") let MRU_File=$HOME . '/vimfiles/_vim_mru_files' else let MRU_File=$HOME . '/.vim_files/.vim_mru_files' endif
" F4 - список недавно редактированных файлов nmap <F4> :MRU<cr> vmap <F4> <esc>:MRU<cr> imap <F4> <esc>:MRU<cr> "}}}
" xptemplate : XP's Snippet Template engine for vim {{{ " http://www.vim.org/scripts/script.php?script_id=2611 " info: :h xpt<cr> "=========================================================================== let g:xptemplate_brace_complete=0 " отключаем автодополнение скобок и кавычек "}}}
" Calendar {{{ " http://www.vim.org/scripts/script.php?script_id=52 " info: :e ~/.vim/plugin/calendar.vim<cr> "=========================================================================== let g:calendar_datetime='statusline' let g:calendar_monday=1 if has("win32") let g:calendar_diary=$HOME . '/vimfiles/diary' else let g:calendar_diary=$HOME . '/.vim/diary' endif "}}}
" fontzoom : The fontsize controller in gVim {{{ " http://www.vim.org/scripts/script.php?script_id=2931 " info: :e ~/.vim/plugin/fontzoom.vim<cr> "=========================================================================== "}}}
" Syntastic : Automatic syntax checking {{{ " http://www.vim.org/scripts/script.php?script_id=2736 " info: :h syntastic<cr> "=========================================================================== "mark syntax errors with :signs let g:syntastic_enable_signs=1
" F9 - список ошибок в коде map <F9> :Errors<cr> vmap <F9> <esc>:Errors<cr> imap <F9> <esc>:Errors<cr> "}}}
" neocomplcache : Ultimate auto completion system for Vim {{{ " http://www.vim.org/scripts/script.php?script_id=2620 " info: :h neocomplcache@en<rc> "=========================================================================== " Включаем и настраиваем авто дополнение по умолчанию let g:NeoComplCache_EnableAtStartup=1 let g:NeoComplCache_KeywordCompletionStartLength=4 let g:NeoComplCache_SmartCase=1 " Отключаем автомтику. Активация по Ctrl+x+u, закрытие окна без подстановки C+e, отмена подстановки " C+g let g:NeoComplCache_DisableAutoComplete=1 "}}}
" taglist.vim : Source code browser {{{ " http://www.vim.org/scripts/script.php?script_id=273 " info: :h taglist.txt<cr> "=========================================================================== " F11 - показать окно Taglist map <F11> :TlistToggle<cr> vmap <F11> <esc>:TlistToggle<cr> imap <F11> <esc>:TlistToggle<cr> "}}}
" AutoClose : Inserts matching bracket, paren, brace or quote {{{ " http://www.vim.org/scripts/script.php?script_id=1849 " info: :e ~/.vim/plugins/autoclose.vim<cr> "=========================================================================== "}}}
" bufexplorer.zip : Buffer Explorer / Browser "{{{ " http://www.vim.org/scripts/script.php?script_id=42 " info: :h buffer-explorer<cr> "=========================================================================== let g:bufExplorerDefaultHelp=0 " Do not show default help. let g:bufExplorerDetailedHelp=0 " Do not show detailed help. let g:bufExplorerShowRelativePath=1 " Show relative paths. let g:bufExplorerShowUnlisted=0 " Do not show unlisted buffers. let g:bufExplorerSortBy='mru' " Sort by the most recently used buffer. let g:bufExplorerSplitBelow=0 " Split new window above current. let g:bufExplorerSplitOutPathName=1 " Split the path and file name. let g:bufExplorerShowTabBuffer=0 " No.
nmap <F5> :BufExplorerHorizontalSplit<cr>
"}}}
"}}} </s></natural></i></mixed-indenting></paste></jk>
|