How can I exclude certain key sequences (like gc, gi, gp) without excluding all g- sequences? My use case is the GitHub site: keys like gc, gi, and gp are keyboard shortcuts GitHub has built in to its interface and which I'd like to use, but I also want to be able to type gg to scroll to the top of the page a la Vimium.
How can I exclude certain key sequences (like
gc
,gi
,gp
) without excluding allg-
sequences? My use case is the GitHub site: keys likegc
,gi
, andgp
are keyboard shortcuts GitHub has built in to its interface and which I'd like to use, but I also want to be able to typegg
to scroll to the top of the page a la Vimium.