Skip to content

Instantly share code, notes, and snippets.

@ska80
ska80 / .cwmrc
Created May 18, 2020 19:07 — forked from ams/.cwmrc
cwm(1) default key remapping to work with Emacs and some other hacks
# Modifes default keybindings to be friendlier with Emacs; anything
# that used the Meta key uses Mod4 (Super/Windows key). The only
# keybinding that had to be changed explicitly is menu-cmd (C-slash).
unbind-key all
unbind-mouse all
bind-key C4-Return terminal
bind-key C4-Delete lock
bind-key 4-question menu-exec
@ska80
ska80 / config.org
Created December 23, 2019 18:34 — forked from dysinger/config.org
My important dotfiles as an org-mode document

Configuration

Setup

git clone \
    https://github.com/chriskempson/base16-shell.git \