Move into right section (documentation of zenroom)
This commit is contained in:
parent
3985889bc6
commit
c3fdf943a1
1 changed files with 4 additions and 4 deletions
|
@ -139,6 +139,10 @@ Managing the [NERD Tree](https://github.com/scrooloose/nerdtree) plugin:
|
||||||
map <leader>nb :NERDTreeFromBookmark
|
map <leader>nb :NERDTreeFromBookmark
|
||||||
map <leader>nf :NERDTreeFind<cr>
|
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
|
### Normal mode mappings
|
||||||
|
|
||||||
Fast saving of a buffer:
|
Fast saving of a buffer:
|
||||||
|
@ -304,10 +308,6 @@ Vimscript mappings:
|
||||||
map <leader>n :cn<cr>
|
map <leader>n :cn<cr>
|
||||||
map <leader>p :cp<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
|
## 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)
|
* [Vim: Annotate strings with gettext (the macro way)](http://amix.dk/blog/post/19678#Vim-Annotate-strings-with-gettext-the-macro-way)
|
||||||
|
|
Loading…
Reference in a new issue