Skip to content

Instantly share code, notes, and snippets.

@Shusei-E
Created March 20, 2016 05:43
Show Gist options
  • Save Shusei-E/f9ef1e6b273108ef7c67 to your computer and use it in GitHub Desktop.
Save Shusei-E/f9ef1e6b273108ef7c67 to your computer and use it in GitHub Desktop.
How to set up Evervim
以下の内容をNeoBundleのところに追加
"Evervim
NeoBundle 'kakkyz81/evervim'
let g:evervim_devtoken= '********************'
nnoremap <Leader>l :EvervimNotebookList<CR>
nnoremap <Leader>s :EvervimSearchByQuery<Space>
nnoremap <Leader>c :EvervimCreateNote<CR>
nnoremap <Leader>t :EvervimListTags<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment