Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. source ~/.vimrc
  2.  
  3. nmap <Leader>c :action GotoClass<CR>
  4. nmap <Leader>s :action GotoSymbol<CR>
  5. nmap <Leader>d :action GotoDeclaration<CR>
  6. nmap <Leader>b :action Back<CR>
  7. nmap <Leader>f :action Forward<CR>
  8. nmap <Leader>i :action GotoImplementation<CR>
  9. nmap <Leader>fi :action GotoFile<CR>
  10. nmap <Leader>u :action FindUsages<CR>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement