1
0
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:
2020-01-08 12:27:36 +01:00
parent 2d68183351
commit 872002cdd4

6
vimrc
View File

@@ -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 {{{