This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ids] | |
* | |
[main] | |
leftalt = layer(alt) | |
[alt] | |
# Arrow Navigation | |
j = left |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% File name : mac.r4d | |
% Author : Simon creek | |
% Soundness options | |
$strict() | |
$require(fin,fout,env) | |
$comment(start) | |
% Basic bindings | |
$static(base_dir,$env(HOME)/programming) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 . } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! # 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 |