Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Nov 1, 2010
1 parent 968207a commit f16d45a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README
Expand Up @@ -2,16 +2,24 @@ This plugin provides commands to browse and to manipulate (place &
delete) marks.

Features:

- Browse marks
- Delete all (lower-case) marks in the current buffer
- Delete all (lower-case) marks in a range
- Set the next available (lower-case) mark at a specified line


Key maps in the list view:

<c-d> ... Delete mark
<cr> ... Jump to mark

If g:tmarks_key is set in your |vimrc| file, this plugin also provides the
following maps:

<c-KEY> ... Toggle the mark at the current line
<KEY> ... Jump to the next mark
<s-KEY> ... Jump to the previous mark


-----------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/tmarks.txt
Expand Up @@ -37,7 +37,7 @@ please make sure, you have the current version of vimball

This script requires tlib (vimscript #1863) to be installed.

Also available via git: http://github.com/tomtom/vimtlib/
Also available via git: http://github.com/tomtom/tmarks_vim/


========================================================================
Expand Down

0 comments on commit f16d45a

Please sign in to comment.