mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Added additional mappings for zoom plugin
This commit is contained in:
6
vimrc
6
vimrc
@@ -556,6 +556,12 @@ let g:vimwiki_list = [{'path': '~/vimwiki/',
|
||||
map <Leader>wn <Plug>VimwikiNextWord
|
||||
map <Leader>wp <Plug>VimwikiPrevWord
|
||||
" }}}
|
||||
"Zoom {{{2
|
||||
"Additinal mappings for keypadless keyboards
|
||||
nmap <C-S-F12> :ZoomIn<CR>
|
||||
nmap <C-S-F11> :ZoomOut<CR>
|
||||
nmap <C-S-F10> :ZoomReset<CR>
|
||||
" }}}
|
||||
"}}}
|
||||
" FUNCTIONS: usefull functions for all of the files {{{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user