From b250c20f97dca589337df922e8479367f856ded2 Mon Sep 17 00:00:00 2001 From: Gregor Feierabend <23300469@sun.ac.za> Date: Fri, 9 Apr 2021 23:09:11 +0200 Subject: [PATCH] vimrc update --- .compton.conf | 2 +- .vimrc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.compton.conf b/.compton.conf index e17ce8e..534237a 100644 --- a/.compton.conf +++ b/.compton.conf @@ -1,4 +1,4 @@ -shadow-opacity = 0.8; +shadow-opacity = 1; shadow = true; shadow-radius = 0; shadow-offset-x = -2; diff --git a/.vimrc b/.vimrc index ade890f..1717f11 100644 --- a/.vimrc +++ b/.vimrc @@ -121,7 +121,8 @@ endif " jump to a function declaration nmap :cs find s =expand("")1 " show a list of where function is called -nmap :cs find c =expand("") +nmap :lcs find c =expand("") +set cscopequickfix=c+ """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""" PLUGIN SPECIFIC """""""""""""""""""""""""""""""