Skip to content

Instantly share code, notes, and snippets.

View Simhyeon's full-sized avatar
🏠
Working from home

Simhyeon Simhyeon

🏠
Working from home
View GitHub Profile
@Simhyeon
Simhyeon / keyd.conf
Last active October 20, 2022 06:12
Personal keyd configuration
[ids]
*
[main]
leftalt = layer(alt)
[alt]
# Arrow Navigation
j = left
% File name : mac.r4d
% Author : Simon creek
% Soundness options
$strict()
$require(fin,fout,env)
$comment(start)
% Basic bindings
$static(base_dir,$env(HOME)/programming)
@Simhyeon
Simhyeon / profile.ps1
Created April 8, 2021 14:17
My microsoft powershell profile
# PsReadLine config this make tab complete similiar to bash
Set-PSReadlineKeyHandler -Key Tab -Function Complete
# Start powership prompt
Invoke-Expression (&starship init powershell)
# Aliases and functions
function bk { cd ../ }
function cl { clear }
function xo { explorer.exe . }
@Simhyeon
Simhyeon / .Xmodmap
Last active September 17, 2022 08:26
Xmodmap example
! # NOTE
!
! For asian users, this keymappings will not work when typing in your native
! language. You need a separate article to understand why that doesn't work,
! yet you can use keyd or kmonad if you need low-level global key mapping.
! I personally recommend using keyd if you are not familar with lisp-like
! languages.
!
! - Keyd repository : https://github.com/rvaiya/keyd
! - My config for keyd : https://gist.github.com/Simhyeon/58b008a9a5d8e8b34d78d774db1f745b