Mention git-tab in the README
dblume

dblume commited on 2024-01-02 08:52:33
Showing 1 changed files, with 6 additions and 6 deletions.

... ...
@@ -43,12 +43,12 @@ See [config.dlma.com](http://config.dlma.com) for more.
43 43
     1. .vimrc
44 44
     2. An empty .vim\_undo directory
45 45
     3. .vim with the following plugins:
46
-        2. [bbye for :Bdelete](https://github.com/moll/vim-bbye), to delete buffers without affecting windows.
47
-        3. [taglist](http://www.vim.org/scripts/script.php?script_id=273), a ctags tree-view explorer.
48
-        4. [file-line](http://www.vim.org/scripts/script.php?script_id=2184), to open file:line as from a compiler error.
49
-        5. [visual-star-search](http://got-ravings.blogspot.com/2008/07/vim-pr0n-visual-search-mappings.html), so * and # work in visual mode too.
50
-        6. [vim-rooter](https://github.com/airblade/vim-rooter), automatically find and set root project directory
51
-        7. Assorted favorite colors like [desert](https://github.com/dblume/desert.vim).
46
+        1. [bbye for :Bdelete](https://github.com/moll/vim-bbye), to delete buffers without affecting windows.
47
+        2. [taglist](http://www.vim.org/scripts/script.php?script_id=273), a ctags tree-view explorer.
48
+        3. [file-line](http://www.vim.org/scripts/script.php?script_id=2184), to open file:line as from a compiler error.
49
+        4. [visual-star-search](http://got-ravings.blogspot.com/2008/07/vim-pr0n-visual-search-mappings.html), so * and # work in visual mode too.
50
+        5. [git-tab](https://github.com/dblume/gittab), use integrated context-sensitive git commands
51
+        6. Assorted favorite colors like [desert](https://github.com/dblume/desert.vim).
52 52
 3. .gitconfig and .gitignore
53 53
 4. .tmux.conf
54 54
 5. .inputrc, for vi mode and a [partially matched command history traversal](http://askubuntu.com/questions/59846/bash-history-search-partial-up-arrow/59855#59855).
55 55