Mercurial > vim-lawrencium
view README.markdown @ 31:3a0f7bb6ea64
Hgstatus window improvements and bug fixes:
- `addremove` command replaces `add`, and can run on a selection range.
- Lawrencium commands are available (along with in the diff windows).
- Default mappings are optional.
- Updated documentation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 25 Dec 2011 22:40:30 -0800 |
parents | fc4a778325d4 |
children | c3958d29878e |
line wrap: on
line source
Lawrencium ========== Lawrencium is a [Mercurial][] wrapper for [Vim][], inspired by Tim Pope's [Fugitive][]. Disclaimer ---------- This plugin is still very young, and it's also the very first one I've ever written -- I'm basically learning Vim as I go along, so bear with me. Comments and help are all welcome. Installation ------------ The recommended method to install Lawrencium is to use [Pathogen][], also from Tim Pope: cd ~/.vim/bundle hg clone https://bitbucket.org/ludovicchabant/lawrencium You can then update the help tags with `:call pathogen#helptags()` and browse Lawrencium's help pages with `:help lawrencium`. [mercurial]: http://hg-scm.com [vim]: http://www.vim.org [fugitive]: https://github.com/tpope/vim-fugitive [pathogen]: https://github.com/tpope/vim-pathogen