Skip to content

Instantly share code, notes, and snippets.

View gilbertw1's full-sized avatar

Bryan Gilbert gilbertw1

View GitHub Profile
@gilbertw1
gilbertw1 / .Xresources
Created June 30, 2016 21:49
Hyper Light Drifter Dotfiles
Xft.dpi: 120
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
! hightlight - #268BD2
! normal - #ffffff
rofi.color-enabled: true
rofi.color-window: #282a36, #282a36, #6272a4
@gilbertw1
gilbertw1 / settings.zsh
Created July 21, 2016 17:13
zsh vim mode settings
# Enable VIM Mode
bindkey -v
# Remove Mode Change Delay
export KEYTIMEOUT=1
# Add Some Emacs Keybindings
bindkey '^p' up-history
bindkey '^n' down-history
bindkey '^w' backward-kill-word
package slack.rtm
import slack.api.BlockingSlackApiClient
import scala.concurrent.duration._
import akka.actor.{ ActorSystem, Props }
import SlackRtmConnectionActor._
object Main extends App {
val token = "<token>"
;;; buffer-copy.el ---
;;; Code:
(require 'windmove)
;;;###autoload
(defun buf-copy-up ()
"Copy the current buffer to the buffer above the split.