mirror of
https://github.com/amix/vimrc
synced 2025-07-09 02:25:00 +08:00
add Previm and window management
This commit is contained in:
@ -85,6 +85,14 @@ map <leader>nb :NERDTreeFromBookmark
|
||||
map <leader>nf :NERDTreeFind<cr>
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Previm - awesome markdown and mermaid interation!
|
||||
" Remember - your file has to be set as type markdown.
|
||||
" do this with :set ft=markdown
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" command is :PrevimOpen
|
||||
let g:previm_open_cmd = 'open -a Safari'
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => vim-multiple-cursors
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
Reference in New Issue
Block a user