Table of Contents generated with DocToc
This file contains hidden or 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
$ 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 |
This file contains hidden or 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
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" |
OlderNewer