π’
This file contains hidden or 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
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" | |
" βββ ββββββββββ βββββββββββ βββββββ | |
" βββ βββββββββββ βββββββββββββββββββββ | |
" βββ ββββββββββββββββββββββββββββ | |
" ββββ βββββββββββββββββββββββββββββ | |
" βββββββ ββββββ βββ ββββββ βββββββββββ | |
" βββββ ββββββ ββββββ βββ βββββββ | |
" | |
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
This file contains hidden or 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
// Keyboard layouts for the United States of America. | |
default partial alphanumeric_keys modifier_keys | |
xkb_symbols "basic" { | |
name[Group1]= "English (US)"; | |
key <TLDE> {[ grave, asciitilde ]}; | |
key <AE01> {[ 1, exclam ]}; | |
key <AE02> {[ 2, at ]}; |
This file contains hidden or 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
; Colemak Mod-DH mapping for ANSI boards | |
;SC010::q | |
;SC011::w | |
SC012::f | |
SC013::p | |
SC014::b | |
SC015::j | |
SC016::l | |
SC017::u |
This file contains hidden or 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
" ~/.ideavimrc β Cleaned & Enhanced for Android Studio with IdeaVim | |
" https://jb.gg/ideavimrc - Official doc | |
" ======================[ General Settings ]======================= | |
let mapleader=" " | |
" Show line numbers & scroll padding | |
set number | |
set scrolloff=5 |
OlderNewer