Skip to content

Instantly share code, notes, and snippets.

@floxyz
floxyz / .tmux.conf
Created June 25, 2014 11:09
My tmux configuration
# tmux config
# @author: Florian Hagenauer 25.06.2014
set -g prefix C-a
unbind C-b
bind C-a send-prefix
unbind %
bind | split-window -h
bind - split-window -v
@floxyz
floxyz / user.sublime-keymap
Last active December 21, 2015 20:49
Sublime Text Keybindings
[
{ "keys": ["alt+shift+s"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": false } }
]
@floxyz
floxyz / userChrome.css
Last active May 1, 2020 19:27
userChrome.css file for Thunderbird (into <Profile>/chrome/ folder) to increase Inbox size + font!
/* Better Inbox and Folder Tree
* Folder Pane is on the left side and Thread Pane the Inbox.
*/
#threadTree > treechildren {
font-size: 16px;
}
#threadTree > treechildren::-moz-tree-row {
height: 35px !important;
}
@floxyz
floxyz / Preferences.sublime-settings
Last active December 11, 2015 11:19
My current Sublime Text 2 Configuration
{
"added_words":
[
"metadata",
"smartphone",
"prefetch",
"screenshot",
"downlink",
"uplink",
"Paderborn"