dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/nvim/ftplugin/vimwiki.vim

15 lines
540 B
VimL

setlocal nonumber norelativenumber laststatus=0 showmode
setlocal signcolumn=no textwidth=80 wrap sw=2
setlocal tabstop=2 expandtab softtabstop=2 linebreak
setlocal autoindent noruler colorcolumn=80
setlocal spell spelllang=es,en_us,cjk
nnoremap <buffer> <F2> <Plug>Vimwiki2HTML
nnoremap <buffer> <F5> <Plug>VimwikiMakeDiaryNote
nnoremap <buffer> <F6> <Plug>VimwikiDiaryGenerateLinks
nnoremap <buffer> <F7> [S
nnoremap <buffer> <F8> ]S
nnoremap <buffer> <F9> z=
nnoremap <buffer> <F10> zg
inoremap <buffer> <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u