this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(kanata): reduce escape double tap delay

It's too slow for vim escape then save with <C-s>

+1 -1
+1 -1
configuration.nix
··· 104 104 ]; 105 105 config = '' 106 106 (defalias 107 - xcp (tap-hold-press 200 200 esc lctl) 107 + xcp (tap-hold-press 10 200 esc lctl) 108 108 fn (layer-toggle function) 109 109 ) 110 110