Skip to content

Instantly share code, notes, and snippets.

@Hixon10
Hixon10 / gist:50b29f3a3c321045675d76163fcfbbe0
Created September 12, 2023 22:28
Karabiner-Elements: Ctrl + Left Click to Alt + Left Click
{
"title": "Change Ctrl + Click to Alt + Click",
"rules": [
{
"description": "Ctrl + Left Click to Alt + Left Click",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button1",
@Hixon10
Hixon10 / vimrc
Created July 18, 2023 23:09
current vim config
set number
set relativenumber
set scrolloff=10
let &t_SI = "\e[6 q"
let &t_EI = "\e[2 q"
set tabstop=4 softtabstop=4
set shiftwidth=4
set expandtab
@Hixon10
Hixon10 / ForceGcCLI.cs
Last active May 13, 2023 01:52
Force Full GC in dotnet
namespace ForceGcCLI;
using System;
using System.Collections.Generic;
using System.Diagnostics.Tracing;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Diagnostics.Tracing;
@Hixon10
Hixon10 / rust-1000-star-repos-december-2022.md
Created December 17, 2022 22:20
Rust repositories with at least 1000 stars as of December 17, 2022
Rank Repository URL Total stars Description
1 [https://gith