Skip to content

Instantly share code, notes, and snippets.

View homelinen's full-sized avatar

Calum Gilchrist homelinen

View GitHub Profile
$ cat /etc/apt/sources.list.d/graylog.list
# This file is managed by Puppet. DO NOT EDIT.
# The official Graylog package repository
deb https://downloads.graylog.org/repo/debian/ stable 2.1
$ apt-get update
Ign https://downloads.graylog.org stable Release.gpg
Ign https://downloads.graylog.org stable Release
Err https://downloads.graylog.org stable/2.1 amd64 Packages
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
git diff
diff --git a/tmux-osx.conf b/tmux-osx.conf
index 8093298..a7f6295 100644
--- a/tmux-osx.conf
+++ b/tmux-osx.conf
@@ -1,8 +1,8 @@
set -g default-command "reattach-to-user-namespace -l ${SHELL}"
-bind-key -t vi-copy y copy-pipe "reattach-to-user-namespace pbcopy"
+bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy"