typo
This commit is contained in:
parent
c6e7cfd748
commit
6b06bdf592
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ autocmd BufWinEnter bookmarks silent loadview
|
|||
|
||||
" Wiki
|
||||
autocmd FileType vimwiki noremap <buffer> <C-s> :w<CR> :VimwikiAll2HTML<CR><CR>
|
||||
autocmd FileType vimwiki noremap <buffer> <silent> <F9> :!/bin/surf file://~/.local/share/vimwiki/html/index.html &<CR><CR>
|
||||
autocmd FileType vimwiki noremap <buffer> <silent> <F9> :!/bin/surf "file://$HOME/.local/share/vimwiki/html/index.html" &<CR><CR>
|
||||
|
||||
" Open a shell on a vertical split
|
||||
set splitright
|
||||
|
|
Loading…
Reference in a new issue