Remove VimBookmarking, not working, not used

This commit is contained in:
yan
2012-04-04 02:19:11 -07:00
committed by Yan Pritzker
parent 6d2b695496
commit db4557dc52
3 changed files with 1 additions and 15 deletions

4
.gitmodules vendored
View File

@@ -174,10 +174,6 @@
path = vim/bundle/vim-scripts-ZoomWin path = vim/bundle/vim-scripts-ZoomWin
url = https://github.com/vim-scripts/ZoomWin.git url = https://github.com/vim-scripts/ZoomWin.git
ignore=dirty ignore=dirty
[submodule "vim/bundle/dterei-VimBookmarking"]
path = vim/bundle/dterei-VimBookmarking
url = https://github.com/dterei/VimBookmarking
ignore=dirty
[submodule "vim/bundle/kana-vim-textobj-datetime"] [submodule "vim/bundle/kana-vim-textobj-datetime"]
path = vim/bundle/kana-vim-textobj-datetime path = vim/bundle/kana-vim-textobj-datetime
url = https://github.com/kana/vim-textobj-datetime url = https://github.com/kana/vim-textobj-datetime

View File

@@ -270,18 +270,10 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* `Ctrl-o` - Old cursor position - this is a standard mapping but very useful, so included here * `Ctrl-o` - Old cursor position - this is a standard mapping but very useful, so included here
* `Ctrl-i` - opposite of Ctrl-O (again, this is standard) * `Ctrl-i` - opposite of Ctrl-O (again, this is standard)
#### Marks
* `,mm` - set the next available mark (set a mark with `mX` where `X` is a letter, navigate to mark using `'X`). Uppercase marks to mark files, lowercase marks to use within a file.
* `,ma` - clear all marks
* `,mh` - clear current mark
* `,Bt` - toggle local anonymous bookmark at current location
* `,Bn` `,Bp` - next and previous anonymous bookmark
* `,Bc` - clear anonymous bookmarks
#### LustyJuggler #### LustyJuggler
* `,lj` - show buffers (LustyJuggler buffer search), just type to fuzzy match a buffer name * `,lj` - show buffers (LustyJuggler buffer search), just type to fuzzy match a buffer name
* `,lf` - file system browser
#### Rails #### Rails
@@ -403,7 +395,6 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
* LustyJuggler/Explorer - hit B, type buf name to match a buffer, or type S and use the home row keys to select a buffer * LustyJuggler/Explorer - hit B, type buf name to match a buffer, or type S and use the home row keys to select a buffer
* TagBar - hit ,T to see a list of methods in a class (uses ctags) * TagBar - hit ,T to see a list of methods in a class (uses ctags)
* CtrlP - Ctrl-p or ,t to find a file * CtrlP - Ctrl-p or ,t to find a file
* VimBookmarks - toggle an anonymous bookmark ,bb and go thru them ,bn ,bp and clear them ,bc
#### Git #### Git