Skip to content

Instantly share code, notes, and snippets.

View DeadlySquad13's full-sized avatar
🚀

DeadlySquad13 DeadlySquad13

🚀
View GitHub Profile
@DeadlySquad13
DeadlySquad13 / HDN with Ctrl fix.klc
Created August 4, 2023 09:37
Hands Down Neu Windows layout with ctrl keybindings maching layout.
��KBD HDNew "Hands Down New"
COPYRIGHT "(c) 2023 Company"
COMPANY "Company"
LOCALENAME "en-US"
LOCALEID "00000409"
@DeadlySquad13
DeadlySquad13 / init.lua
Last active April 17, 2023 21:11 — forked from iagoleal/lua.lua
Properly open lua and fennel required files via gf
local fmt = string.format
-- Iterator that splits a string o a given delimiter
local function split(str, delim)
delim = delim or "%s"
return string.gmatch(str, fmt('[^%s]+', delim))
end
-- Find the proper directory separator depending
-- on lua installation or OS.
@DeadlySquad13
DeadlySquad13 / alacritty.yml
Last active January 29, 2023 14:26
Personal Alacritty config.
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
#env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used.
## Goneovim settings.toml
## All of the following commented configuration items have default values.
[Editor]
## Makes the application window frameless.
BorderlessWindow = false # If set to `true`, breaks cmdheight in fullscreen.
## Editor minimum window width (>= 400)
# Width = 800
## Editor minimum window height (>= 300)