Skip to content

Instantly share code, notes, and snippets.

View b0o's full-sized avatar
👻
Boo!

Maddison Hellstrom b0o

👻
Boo!
View GitHub Profile
inoremap <C-d> <C-o>dd
inoremap <C-S-d> <C-o>D
#!/bin/sh
basedir=$(dirname $0)
cacheused=0
globalrefresh=0
getxrandr () {
cachepath="$XDG_RUNTIME_DIR/xmonad/xrandr.cache"
refresh=$globalrefresh
while getopts "r" opt; do
case $opt in
@b0o
b0o / surfingkeys.js
Last active February 20, 2024 20:50
Maddy's SurfingKeys Configuration (OUTDATED: See https://github.com/b0o/surfingkeys-conf)
// OUTDATED
// See the current version here:
// github.com/b0o/surfingkeys-conf
// Unmap undesired defaults
var unmaps = [ "sb" , "sw", "ob"
, "ow" , "cp", ";cp"
, ";ap", "spa", "spb"
, "spd", "sps", "spc"
, "spi", "sfr", "zQ"
@b0o
b0o / cvim.vim
Last active June 23, 2017 01:50
Maddy's cVim Configuration
" cVim configuration
" See https://github.com/1995eaton/chromium-vim for more info
" Booleans Settings
set smoothscroll
set noautofocus
set autohidecursor
set autoupdategist
set scalehints