mirror of
1
0
Fork 0

Move into right section (documentation of zenroom)

This commit is contained in:
amix 2013-12-29 09:42:02 +00:00
parent 3985889bc6
commit c3fdf943a1
1 changed files with 4 additions and 4 deletions

View File

@ -139,6 +139,10 @@ Managing the [NERD Tree](https://github.com/scrooloose/nerdtree) plugin:
map <leader>nb :NERDTreeFromBookmark
map <leader>nf :NERDTreeFind<cr>
[vim-zenroom](https://github.com/mikewest/vimroom) (my fork of [vimroom](https://github.com/mikewest/vimroom)) lets you only focus on one thing at a time. It removes all the distractions and centers the content. It only has one mapping.
map <leader>z :VimroomToggle<cr>
### Normal mode mappings
Fast saving of a buffer:
@ -304,10 +308,6 @@ Vimscript mappings:
map <leader>n :cn<cr>
map <leader>p :cp<cr>
### vim-zenroom
vim-zenroom (my fork of [vimroom](https://github.com/mikewest/vimroom)) lets you only focus on one thing at a time. It removes all the distractions and centers the content. You can open it by typing:
`<leader>z`
## Useful blog tips regarding my Vim setup
* [Vim: Annotate strings with gettext (the macro way)](http://amix.dk/blog/post/19678#Vim-Annotate-strings-with-gettext-the-macro-way)