Skip to content

Instantly share code, notes, and snippets.

<VirtualHost 127.0.0.1>
DocumentRoot "D:/Projects/EnFeed/user/user-dashboard/public"
ServerName user.enfeed.com
<Directory "D:/Projects/EnFeed/user/user-dashboard/public">
Options FollowSymLinks Indexes ExecCGI
AllowOverride All
Order deny,allow
Allow from 127.0.0.1
Deny from all
Require all granted
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind v split-window -h
bind s split-window -v
unbind '"'
unbind %
#!/usr/bin/env node
console.log("Hello")