- 
      
 - 
        
Save gladkih/50c913b68fd970f6e539 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
A revised this gist
Oct 19, 2014 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -79,11 +79,18 @@ N " перейти к предыдущему вхождению :str ##### Действие [Документация](http://vimdoc.sourceforge.net/htmldoc/motion.html#operator) ```vim c " заменить y " скопировать d " удалить ~ " изменить регистр. Работает только при `set tildeop` < " Сдвинуть на отступ влево > " Сдвинуть на отступ вправо = " Выровнять отступы q " Отформатировать текст ! " Обработать текст спомощью внешней программы ``` ##### Область  - 
        
A revised this gist
Oct 19, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -83,6 +83,7 @@ N " перейти к предыдущему вхождению :str c " заменить y " скопировать d " удалить ~ " изменить регистр. Работает только при `set tildeop` ``` ##### Область  - 
        
A revised this gist
Sep 15, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,6 @@ - [Мой `.vimrc`](https://github.com/shuvalov-anton/.dotfiles/blob/master/.vimrc) - http://dotfiles.org/.vimrc ## Навигация ### Различные способы перехода в режим вставки @@ -51,7 +50,9 @@ $ " переход в конец строки ```vim f{char} " перейти на ближайшую букву :char в строке F{char} " В обратную сторону t{char} " поставить курсор _перед_ ближайшей :char T{char} " В обратную сторону ``` #### Поиск по файлу  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -59,6 +59,9 @@ t{char} " поставить курсор _перед_ ближайшей :char ```vim * " найти все вхождения слова под курсором и перейти к следующему # " найти все вхождения слова под курсором и перейти к предыдущему /{str} " найти :str n " перейти к следующему вхождению :str N " перейти к предыдущему вхождению :str ``` #### Поиск по проекту  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -142,14 +142,21 @@ C-w C-w — переключаться между окнами цикличес ``` ### Undo/Redo ```vim :earlier 4m — переместиться на 4 минуты назад :later 45s — переместиться на 45 секунд вперед :w !diff % - — дифф несохраненных изменений ``` #### Повторение действий ```vim . " Повторить последнее изменение ; " Повторить последний поиск ``` ### разное ```vim  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ## Навигация ### Различные способы перехода в режим вставки ```vim i " вставить текст до курсора  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -195,7 +195,7 @@ Bundle 'author/repo' za " тогглить ``` #### Вне категорий ```vim :e[dit] {file}  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 60 additions and 54 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -105,22 +105,49 @@ dte " удалить текст до ближайшего символа `e`, н d$ " Удалить текст от позиции курсора до конца строки d0 " удалить текст от позиции курсора до начала строки d^ " удалить текст от позиции курсора до первого не пробельного символа ``` ### Окна, табы и буфферы #### Окна ```vim :vsp — создать новое окно, разделив экран вертикально :sp — создать новое окно, разделив экран горизонтально C-w + направление — переключение между окнами C-w + r(otate) — поменять местами окна C-w C-w — переключаться между окнами циклически :q — закрыть окно :qa — закрыть все окна ``` #### Табы ```vim :tabe(dit) . :tabn(ew) :tabc(lose) :tabm(ove) [positon] ``` #### Буфферы ```vim " При открытии файла, он помещается в буфер — оперативную память. " Окно — это представление буфера. " Показать список открытых буферов :ls " Переключиться на буфер :b (# буфера) ``` #### Undo/Redo ```vim :earlier 4m — переместиться на 4 минуты назад :later 45s — переместиться на 45 секунд вперед :w !diff % - — дифф несохраненных изменений ``` ### разное @@ -129,72 +156,51 @@ d^ " удалить текст от позиции курсора до перв " Визуальный режим v — визуальный режим V — визуальный режим для работы со строками ``` #### Сессия ```vim :mksession ~/latest_session.vim " Сохранить !vim -S ~/latest_session.vim " Загрузить ``` #### Быстрая установка плагинов ```vim " .vimrc: Bundle 'author/repo' " vim: :so ~/.vimrc :BundleInstall ``` #### Очистка Bundles/ от удаленных плагинов ```vim :BundleClean ``` #### Включить подсветку синтаксиса ```vim :setf language ``` #### Фолдинг ```vim :set foldmethod=indent " Включить za " тогглить ``` #### Редактирование ```vim :e[dit] {file} :cd {dir} " Сменить текущей `cwd` :pwd " узнать wd " прочитать stdout в vim svn diff | vim -R -  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 41 additions and 35 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -50,15 +50,15 @@ $ " переход в конец строки #### По строке ```vim f{char} " перейти на ближайшую букву :char в строке t{char} " поставить курсор _перед_ ближайшей :char ``` #### Поиск по файлу ```vim * " найти все вхождения слова под курсором и перейти к следующему # " найти все вхождения слова под курсором и перейти к предыдущему ``` #### Поиск по проекту @@ -67,9 +67,46 @@ t{char} поставить курсор _перед_ ближайшей :char :Ack StringToSearch " https://github.com/mileszs/ack.vim ``` ### Вставка, замена и удаление #### Text Objects Принцип работы: Действие → Область → Объект ##### Действие ```vim c " заменить y " скопировать d " удалить ``` ##### Область ```vim i — внутри объекта a — включая объект ``` ##### Объект ```vim w — слово t — тег } — абзац " — текст в кавычках ... ``` ##### Комбинации ``` dfe " удалить текст до ближайшего символа `e`, включая его dte " удалить текст до ближайшего символа `e`, невключая его d$ " Удалить текст от позиции курсора до конца строки d0 " удалить текст от позиции курсора до начала строки d^ " удалить текст от позиции курсора до первого не пробельного символа ``` #### Undo/Redo @@ -94,10 +131,6 @@ v — визуальный режим V — визуальный режим для работы со строками #### Редактирование @@ -107,33 +140,6 @@ d^ cuts to first non-whitespace character  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 10 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,15 +2,10 @@ - [Мой `.vimrc`](https://github.com/shuvalov-anton/.dotfiles/blob/master/.vimrc) - http://dotfiles.org/.vimrc ## Навигация ### Различные способы переход в режим вставки ```vim i " вставить текст до курсора @@ -26,7 +21,7 @@ R " заменить последовательность символов C " удалить текст после курсора, и перейти с решиж редактирования ``` ### Перемещения ```vim [n]h " ← @@ -84,6 +79,13 @@ t{char} поставить курсор _перед_ ближайшей :char :w !diff % - — дифф несохраненных изменений ``` #### Сессия ```vim :mksession ~/latest_session.vim " Сохранить !vim -S ~/latest_session.vim " Загрузить ``` ### разное ```vim  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 40 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -46,31 +46,62 @@ $ " переход в конец строки [n]} " к следующему абзацу <c-b> " перемещение на один экран назад ('b'ackward) <c-f> " перемещение на один экран вперед ('f'orward) ``` ### Поиск #### По строке ```vim f{char} перейти на ближайшую букву :char в строке t{char} поставить курсор _перед_ ближайшей :char ``` #### Поиск по файлу ```vim * — найти все вхождения слова под курсором и перейти к следующему # — найти все вхождения слова под курсором и перейти к предыдущему ``` #### Поиск по проекту ```vim :Ack StringToSearch " https://github.com/mileszs/ack.vim ``` #### Undo/Redo ```vim :earlier 4m — переместиться на 4 минуты назад :later 45s — переместиться на 45 секунд вперед :w !diff % - — дифф несохраненных изменений ``` ### разное ```vim " Визуальный режим v — визуальный режим V — визуальный режим для работы со строками d$ cuts to the end of the line d0 cuts to the beginning d^ cuts to first non-whitespace character #### Редактирование :e[dit] {file} :cd {dir} " Сменить текущей `cwd` :pwd " узнать wd @@ -83,7 +114,7 @@ d^ cuts to first non-whitespace character * — найти все вхождения слова под курсором и перейти к следующему # — найти все вхождения слова под курсором и перейти к предыдущему " Поиск и замена по границе (", пробел и тд) ci{символ границы} " Текстовые объекты @@ -162,4 +193,5 @@ svn diff | vim -R - Разместите ваш курсор на имени переменной и нажмите gd для перехода к локальному определению имени переменной. gD производит то же для глобального объявления, производя поиск с начала файла. Используйте ]] для перехода к следующему вхождению { в первом столбце. Есть много подобных перемещений - смотри :help object-motions для подробной информации. ```  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 2 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,10 +5,8 @@ #### Сессия ```vim :mksession ~/latest_session.vim " Сохранить !vim -S ~/latest_session.vim " Загрузить ``` ### Навигация  - 
        
A revised this gist
Sep 7, 2014 . 1 changed file with 31 additions and 29 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,44 +15,49 @@ #### Различные способы переход в режим вставки ```vim i " вставить текст до курсора I " вставить текст с начала строки a " добавить текст после курсора A " добавить текст с конца строки s " заменить символ S " заменить всю строку o " добавить строку после O " добавить строку перед r " заменить символ R " заменить последовательность символов C " удалить текст после курсора, и перейти с решиж редактирования ``` #### Перемещения ```vim [n]h " ← [n]j " ↓ [n]k " ↑ [n]l " → ^ " переход в начало строки $ " переход в конец строки [n]w " к началу следующего слова [n]e " к концу следующего слова [n]b " к предыдущему слову [n]( " к предыдущему предложению [n]) " к следующему предложению [n]{ " к предыдущему абзацу [n]} " к следующему абзацу ctrl-b перемещение на один экран назад ('b'ackward) ctrl-f перемещение на один экран вперед ('f'orward) ``` #### Undo/Redo ```vim :earlier 4m — переместиться на 4 минуты назад :later 45s — переместиться на 45 секунд вперед :w !diff % - — дифф несохраненных изменений ``` " Визуальный режим v — визуальный режим V — визуальный режим для работы со строками @@ -69,10 +74,7 @@ d^ cuts to first non-whitespace character :cd {dir} :pwd " Поиск по проекту " :vim 'Новый список' **/*.haml | cw  - 
        
A renamed this gist
Sep 7, 2014 . 1 changed file with 30 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,20 @@ #### Конфиги - [Мой `.vimrc`](https://github.com/shuvalov-anton/.dotfiles/blob/master/.vimrc) - http://dotfiles.org/.vimrc #### Сессия ```vim " Сохранить сессию :mksession ~/latest_session.vim " Загрузить сессию !vim -S ~/latest_session.vim ``` ### Навигация #### Различные способы переход в режим вставки ```vim i — вставить текст до курсора I — вставить текст с начала строки a — добавить текст после курсора @@ -17,11 +26,11 @@ O — добавить строку перед r — заменить символ R — заменить последовательность символов C — удалить текст после курсора, и перейти с решиж редактирования ``` #### Перемещения ```vim " Перемещение [n]h — ← [n]j — ↓ @@ -30,12 +39,6 @@ V — визуальный режим для работы со строками ^ клавиша (переход в начало строки) $ клавиша (переход в конец строки) [n]w — к началу следующего слова [n]e — к концу следующего слова @@ -45,6 +48,22 @@ d^ cuts to first non-whitespace character [n]{ — к предыдущему абзацу [n]} — к следующему абзацу ctrl-b перемещение на один экран назад ('b'ackward) ctrl-f перемещение на один экран вперед ('f'orward) ``` " Визуальный режим v — визуальный режим V — визуальный режим для работы со строками d$ cuts to the end of the line d0 cuts to the beginning d^ cuts to first non-whitespace character " Редактирование :e[dit] {file} :cd {dir}  - 
        
A revised this gist
Aug 25, 2014 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -141,4 +141,6 @@ set statusline+=%<%P " прочитать stdout в vim svn diff | vim -R - Разместите ваш курсор на имени переменной и нажмите gd для перехода к локальному определению имени переменной. gD производит то же для глобального объявления, производя поиск с начала файла. Используйте ]] для перехода к следующему вхождению { в первом столбце. Есть много подобных перемещений - смотри :help object-motions для подробной информации.  - 
        
A revised this gist
Aug 25, 2014 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -139,4 +139,6 @@ set statusline+=%-14(%l,%c%V%) set statusline+=%<%P " прочитать stdout в vim svn diff | vim -R - Разместите ваш курсор на имени переменной и нажмите gd для перехода к локальному определению имени переменной. gD производит то же для глобального объявления, производя поиск с начала файла.  - 
        
A revised this gist
Aug 25, 2014 . No changes.There are no files selected for viewing
 - 
        
A revised this gist
Aug 25, 2014 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -136,4 +136,7 @@ set statusline+=\[%{strlen(&ft)?&ft:'none'}] set statusline+=%= set statusline+=0x%-8B set statusline+=%-14(%l,%c%V%) set statusline+=%<%P " прочитать stdout в vim svn diff | vim -R -  - 
        
A revised this gist
Aug 25, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ " Конфиги http://dotfiles.org/.vimrc " Сохранить сессию :mksession ~/latest_session.vim " Загрузить сессию  - 
        
A revised this gist
Aug 24, 2014 . 1 changed file with 13 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -121,4 +121,16 @@ za :tabe(dit) . :tabn(ew) :tabc(lose) :tabm(ove) [positon] " Status line set laststatus=2 set statusline= set statusline+=%-3.3n\ set statusline+=%f\ set statusline+=%h%m%r%w set statusline+=\[%{strlen(&ft)?&ft:'none'}] set statusline+=%= set statusline+=0x%-8B set statusline+=%-14(%l,%c%V%) set statusline+=%<%P  - 
        
A revised this gist
Aug 24, 2014 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -115,4 +115,10 @@ C-w C-w — переключаться между окнами цикличес " Включить фолдинг :set foldmethod=indent " тогглить фолдинг za " табы :tabe(dit) . :tabn(ew) :tabc(lose) :tabm(ove) [positon]  - 
        
A revised this gist
Aug 24, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -100,6 +100,8 @@ Bundle 'author/repo' :vsp — создать новое окно, разделив экран вертикально :sp — создать новое окно, разделив экран горизонтально C-w + направление — переключение между окнами C-w + r(otate) — поменять местами окна C-w C-w — переключаться между окнами циклически :q — закрыть окно :qa — закрыть все окна  - 
        
A revised this gist
Aug 24, 2014 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -108,4 +108,9 @@ C-w + направление — переключение между окнам " Показать список открытых буферов :ls " Переключиться на буфер :b (# буфера) " Включить фолдинг :set foldmethod=indent " тогглить фолдинг za  - 
        
A revised this gist
Aug 24, 2014 . 1 changed file with 13 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -96,3 +96,16 @@ Bundle 'author/repo' " Включить подсветку синтаксиса :setf language " Окна и буферы :vsp — создать новое окно, разделив экран вертикально :sp — создать новое окно, разделив экран горизонтально C-w + направление — переключение между окнами :q — закрыть окно :qa — закрыть все окна " При открытии файла, он помещается в буфет — оперативную память. " Окно — это представление буфера. " Показать список открытых буферов :ls " Переключиться на буфер :b (# буфера)  - 
        
A revised this gist
Aug 19, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -50,6 +50,7 @@ d^ cuts to first non-whitespace character " Undo/Redo :earlier 4m — переместиться на 4 минуты назад :later 45s — переместиться на 45 секунд вперед :w !diff % - — дифф несохраненных изменений " Поиск по проекту " :vim 'Новый список' **/*.haml | cw  - 
        
A revised this gist
Aug 19, 2014 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,7 @@ o — добавить строку после O — добавить строку перед r — заменить символ R — заменить последовательность символов C — удалить текст после курсора, и перейти с решиж редактирования " Визуальный режим v — визуальный режим @@ -29,6 +30,10 @@ $ клавиша (переход в конец строки) ctrl-b перемещение на один экран назад ('b'ackward) ctrl-f перемещение на один экран вперед ('f'orward) d$ cuts to the end of the line d0 cuts to the beginning d^ cuts to first non-whitespace character [n]w — к началу следующего слова [n]e — к концу следующего слова [n]b — к предыдущему слову  - 
        
A revised this gist
Aug 17, 2014 . 1 changed file with 18 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -58,6 +58,24 @@ ctrl-f перемещение на один экран вперед ('f'orward) " Поиск и замера по границе (", пробел и тд) ci{символ границы} " Текстовые объекты {Действие}{Область}{Объект} " Действие c — заменить y — скопировать d — удалить " Область i — внутри объекта a — включая объект " Объект w — слово t — тег } — абзац " — текст в кавычках ... " Быстрая установка плагинов " .vimrc: Bundle 'author/repo'  - 
        
A revised this gist
Aug 17, 2014 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,6 +55,9 @@ ctrl-f перемещение на один экран вперед ('f'orward) * — найти все вхождения слова под курсором и перейти к следующему # — найти все вхождения слова под курсором и перейти к предыдущему " Поиск и замера по границе (", пробел и тд) ci{символ границы} " Быстрая установка плагинов " .vimrc: Bundle 'author/repo'  - 
        
A revised this gist
Aug 17, 2014 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -62,6 +62,10 @@ Bundle 'author/repo' :so ~/.vimrc :BundleInstall " Очистка Bundles/ от удаленных плагинов :BundleClean " Включить подсветку синтаксиса :setf language  - 
        
A revised this gist
Aug 17, 2014 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -51,6 +51,10 @@ ctrl-f перемещение на один экран вперед ('f'orward) " Установить ack.vim https://github.com/mileszs/ack.vim :Ack StringToSearch " Поиск по файлу * — найти все вхождения слова под курсором и перейти к следующему # — найти все вхождения слова под курсором и перейти к предыдущему " Быстрая установка плагинов " .vimrc: Bundle 'author/repo'  
NewerOlder