Skip to content

Instantly share code, notes, and snippets.

View TheFunctionalGuy's full-sized avatar
🐢

Julian V. TheFunctionalGuy

🐢
  • Dortmund
View GitHub Profile
@TheFunctionalGuy
TheFunctionalGuy / .tridactylrc
Last active March 21, 2024 09:10
Tridactyl config
" === Binds ===
" ex
bind --mode=ex <C-j> ex.next_completion
bind --mode=ex <C-k> ex.prev_completion
bind --mode=ex <C-c> ex.hide_and_clear
" tabs
bind J tabnext
bind K tabprev
@TheFunctionalGuy
TheFunctionalGuy / cli_tools.md
Last active April 10, 2024 12:59
List of useful CLI tools written in rust. Including package name, command name, description and link to the repository
@TheFunctionalGuy
TheFunctionalGuy / nord_color_scheme.json
Last active January 12, 2022 00:50
Windows Terminal - Nord Color Scheme
{
"background": "#2E3440",
"black": "#3B4252",
"blue": "#81A1C1",
"brightBlack": "#4C566A",
"brightBlue": "#81A1C1",
"brightCyan": "#8FBCBB",
"brightGreen": "#A3BE8C",
"brightPurple": "#B48EAD",
"brightRed": "#BF616A",