Archived
1
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
537 B
VimL
Raw Normal View History

2020-05-05 22:22:57 +00:00
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
2020-05-11 02:59:22 +00:00
nnoremap <buffer> <F2> :Vimwiki2HTML<CR>
nnoremap <buffer> <F5> :VimwikiMakeDiaryNote<CR>
nnoremap <buffer> <F6> :VimwikiDiaryGenerateLinks<CR>
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