Skip to content

Instantly share code, notes, and snippets.

diff --git a/src/ngx_http_streaming_module.c b/src/ngx_http_streaming_module.c
index 8d565c9..a8df30e 100644
--- a/src/ngx_http_streaming_module.c
+++ b/src/ngx_http_streaming_module.c
@@ -155,10 +155,6 @@ static ngx_int_t ngx_streaming_handler(ngx_http_request_t *r)
}
/* TODO: Win32 */
- if (r->zero_in_uri)
- {
set-option -g prefix C-t
bind t send-prefix
unbind-key C-b
set-option -g pane-base-index 1
set-window-option -g mode-keys vi
bind t send-prefix
bind r source-file ~/.tmux.conf
@daisuko
daisuko / .vimrc
Last active March 31, 2016 00:10
syntax on
set number
set autoindent
set hlsearch
set incsearch
set nowrapscan
set expandtab
set tabstop=2