I hereby claim:
- I am smswz on github.
- I am smswz (https://keybase.io/smswz) on keybase.
- I have a public key ASCvNlC8bwa53E8a-tbRXfix3y7Pfgp07vljigSuDuMATQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// MIT License | |
// | |
// Copyright (c) 2016 stable|kernel | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal | |
// in the Software without restriction, including without limitation the rights | |
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
// copies of the Software, and to permit persons to whom the Software is | |
// furnished to do so, subject to the following conditions: |
# Set terminal for 256 colors | |
set -g default-terminal "screen-256color" | |
# Change prefix key to Ctrl-a | |
set-option -g prefix C-a | |
unbind C-b | |
# Hit twice for last window | |
bind-key C-a last-window |