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
| unbind r | |
| bind r source-file ~/.config/tmux/tmux.conf | |
| # enable vim mode | |
| setw -g mode-keys vi | |
| # enable mouse | |
| set -g mouse on | |
| # Address vim mode switching delay (http://superuser.com/a/252717/65504) |
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
| #!/bin/bash | |
| set -e | |
| ROOTCN="Self-Signed Root CA" | |
| ROOTO="Company" | |
| ROOTC="US" | |
| ROOTST="NY" | |
| ROOTL="NY" | |
| SERVERO="Server" |