Skip to content

Commit

Permalink
ZoomWin readme + <Leader>z mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 14, 2010
1 parent 3d8d962 commit f936138
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ a file to enter `git add -p` and stage specific hunks in the file.

Use `:Gdiff` on an open file to see what changes have been made to that file

## ZoomWin

When working with split windows, ZoomWin lets you zoom into a window and out again using `Ctrl-W o`

**Customizations**: Janus binds `<Leader>z` to `:ZoomWin`

## Markdown Preview

Markdown preview takes the current buffer, converts the Markdown to HTML, and opens it in your
Expand Down
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ map <Leader>n :NERDTreeToggle<CR>
" Command-T configuration
let g:CommandTMaxHeight=20

" ZoomWin configuration
map <Leader>z :ZoomWin<CR>
" CTags
map <Leader>rt :!ctags --extra=+f -R *<CR><CR>
Expand Down

0 comments on commit f936138

Please sign in to comment.