Skip to content

Instantly share code, notes, and snippets.

View Jamlee's full-sized avatar
🐛
Focusing

JamLee Jamlee

🐛
Focusing
View GitHub Profile
@Jamlee
Jamlee / cscope_maps.vim
Created April 2, 2024 03:09 — forked from cyeong/cscope_maps.vim
enable cscope shortcuts and functions in vim
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" CSCOPE settings for vim
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
"
" This file contains some boilerplate settings for vim's cscope interface,
" plus some keyboard mappings that I've found useful.
"
" USAGE:
" -- vim 6: Stick this file in your ~/.vim/plugin directory (or in a
" 'plugin' directory in some other directory that is in your