Skip to content

Commit

Permalink
remove smartpairs
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Jan 24, 2015
1 parent 1490cd3 commit 7216b65
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 41 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
[submodule "bundle/brightest"]
path = bundle/brightest
url = git@github.com:osyo-manga/vim-brightest.git
[submodule "bundle/smartpairs"]
path = bundle/smartpairs
url = git@github.com:gorkunov/smartpairs.vim.git
[submodule "bundle/lastplace"]
path = bundle/lastplace
url = git@github.com:dietsche/vim-lastplace.git
1 change: 0 additions & 1 deletion bundle/smartpairs
Submodule smartpairs deleted from 5ebca3
69 changes: 32 additions & 37 deletions doc/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,22 @@
2.39. sensible |config-sensible|
2.40. SH |config-sh|
2.41. Shooting star |config-shootingstar|
2.42. smartpairs |config-smartpairs|
2.43. Space |config-space|
2.44. speeddating |config-speeddating|
2.45. StarRange |config-starrange|
2.46. Surround |config-Surround|
2.47. Syntastic |config-Syntastic|
2.48. Tabular |config-tabular|
2.49. tagbar |config-tagbar|
2.50. textobj-user |config-textobj-user|
2.51. textobj-uri |config-textobj-uri|
2.52. UltiSnips |config-UltiSnips|
2.53. unimpaired |config-unimpaired|
2.54. utl |config-utl|
2.55. Vimple |config-Vimple|
2.56. VisIncr |config-VisIncr|
2.57. YouCompleteMe |config-YouCompleteMe|
2.58. ZoomWin |config-ZoomWin|
2.42. Space |config-space|
2.43. speeddating |config-speeddating|
2.44. StarRange |config-starrange|
2.45. Surround |config-Surround|
2.46. Syntastic |config-Syntastic|
2.47. Tabular |config-tabular|
2.48. tagbar |config-tagbar|
2.49. textobj-user |config-textobj-user|
2.50. textobj-uri |config-textobj-uri|
2.51. UltiSnips |config-UltiSnips|
2.52. unimpaired |config-unimpaired|
2.53. utl |config-utl|
2.54. Vimple |config-Vimple|
2.55. VisIncr |config-VisIncr|
2.56. YouCompleteMe |config-YouCompleteMe|
2.57. ZoomWin |config-ZoomWin|
3. Filetype Plugins |config-ftplugin|
3.1. JavaScript |config-javascript|
3.2. vim-orgmode |config-orgmode|
Expand Down Expand Up @@ -419,28 +418,24 @@ position.
Mapping: \* ← forward search for word, matching at cursor position
\# ← backward search for word, matching at cursor position

2.42. |smartpairs| *config-smartpairs*
Quick selection of pairs.
Mapping: vv ← selects surrounding pairs, press v again to select more

2.43. Space *config-space*
2.42. Space *config-space*
<url:../plugin/space.vim>
Mappings for dealing with spaces.
Mapping: dzt ← kill trainling spaces (also in visual mode)
dzi ← kill inner spaces so that just one is left (also in visual mode)

2.44. |speeddating| *config-speeddating*
2.43. |speeddating| *config-speeddating*
Use <c-x> and <c-a> on other formats than decimal numbers, e.g. date and time.
Mapping: <c-a> ← increase number under cursor
<c-x> ← decrease number under cursor

2.45. StarRange *config-starrange*
2.44. StarRange *config-starrange*
<url:../bundle/starrange/plugin/starrange.vim>
Add keybindings for visual search.
Mapping: * ← forward search for the visually selected term
# ← backward search for the visually selected term

2.46. |surround| *config-Surround*
2.45. |surround| *config-Surround*
Surround arbitrary text with other text ys|movement|<SURROUNDINGTEXT> or
s<SURROUNDINGTEXT> in visual mode.
Mapping: ys|movement|<SURROUNDINGTEXT> ← surround movement in visual mode
Expand All @@ -452,28 +447,28 @@ Mapping: ys|movement|<SURROUNDINGTEXT> ← surround movement in visual mode
cs|movement|<SURROUNDINGTEXT> ← change surrounding text. cs is
repeatable with "."

2.47. |syntastic| *config-Syntastic*
2.46. |syntastic| *config-Syntastic*
Syntax checker for arbitrary languages.

2.48. |tabular| *config-tabular*
2.47. |tabular| *config-tabular*
Plugin to align text at the specified pattern. It's a replacement for the
Align plugin.
Command: :Tabularize /PATTERN[/ALIGNMENT]

2.49. |tagbar| *config-tagbar*
2.48. |tagbar| *config-tagbar*
Display tags of the open files in a separate window.
Command: :TagbarToggle

2.50. |textobj-user| *config-textobj-user*
2.49. |textobj-user| *config-textobj-user*
Library for building text objects.

2.51. |textobj-uri| *config-textobj-uri*
2.50. |textobj-uri| *config-textobj-uri*
Text object for dealing with URIs.
Mapping: au ← Text object, matches a whole URI, including trailing spaces
iu ← Text object, matches a whole URI
go ← Open URI with the specified handler

2.52. |UltiSnips| *config-UltiSnips*
2.51. |UltiSnips| *config-UltiSnips*
Python implementation for expanding snippets. This plugin is very similar to
snipMate and other plugins.
Command: :py UltiSnips_Manager.reset() ← Reload snippets
Expand All @@ -483,7 +478,7 @@ Mapping: <C-y> ← Expand the snippet before the cursor
<C-k> ← Jump to previous element during snippet expansion
<C-b> ← List available snippets

2.53. |unimpaired| *config-unimpaired*
2.52. |unimpaired| *config-unimpaired*
Mappings for navigating and transforming buffers, quickfix and text.
Mapping: |[a||:previous|
|]a||:next|
Expand Down Expand Up @@ -532,7 +527,7 @@ Mapping: |[a| ← |:previous|
characters, quotation marks, and backslashes.
|]y{motion}| ← C String decode.

2.54. |utl| *config-utl*
2.53. |utl| *config-utl*
Universal text linking plugin.
Mapping: gl ← follow link under cursor
gcc ← copy the link under the cursor to clipboard
Expand All @@ -543,7 +538,7 @@ Examples:
<url:#line=15> ← takes you to line 15
<url:vimscript:COMMAND> ← execute the vim command COMMAND

2.55. |vimple-intro| *config-Vimple*
2.54. |vimple-intro| *config-Vimple*
Vimple provides VimLOO (Object-oriented VimL) objects for several built-in
commands.
Command: :View <cmd> ← show output of given command in split window
Expand All @@ -553,16 +548,16 @@ Command: :View <cmd> ← show output of given command in split window
:BufTygeDo <type> <cmd>
:MyMaps! ← show maps in buffer with ! show i and c maps

2.56. |visincr| *config-VisIncr*
2.55. |visincr| *config-VisIncr*
Produce increasing/decreasing columns of numbers, dates, or daynames.
Command: :I ← run in |visual-block|-mode on a number of lines
:II ← align the numbers right

2.57. |YouCompleteMe| *config-YouCompleteMe*
2.56. |YouCompleteMe| *config-YouCompleteMe*
Auto completion plugin.
Mapping: <Tab> ← select a completion

2.58. |zoomwin-usage| *config-ZoomWin*
2.57. |zoomwin-usage| *config-ZoomWin*
Add restore functionality to the |:only| command.
Mapping: <ctrl-w>o ← press once to switch to only mode and a second time
to restore the other windows
Expand Down

0 comments on commit 7216b65

Please sign in to comment.