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
inoremap <C-d> <C-o>dd | |
inoremap <C-S-d> <C-o>D |
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
#!/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 |
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
// 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" |
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
" cVim configuration | |
" See https://github.com/1995eaton/chromium-vim for more info | |
" Booleans Settings | |
set smoothscroll | |
set noautofocus | |
set autohidecursor | |
set autoupdategist | |
set scalehints |
NewerOlder