Skip to content

Instantly share code, notes, and snippets.

View limptwiglet's full-sized avatar
🎯
Focusing

Mark Gerrard limptwiglet

🎯
Focusing
View GitHub Profile
@adamcbrewer
adamcbrewer / Default (OSX).sublime-keymap
Last active October 9, 2015 07:57
ST: Sublime Text Preferences
[
{ "keys": ["alt+super+shift+f"], "command": "show_panel", "args": {"panel": "find_in_files"} },
{ "keys": ["super+shift+f"], "command": "search_in_project" }, // requires SearchInProject to be enabled
{ "keys": ["super+k","super+m"], "command": "toggle_minimap" },
{ "keys": ["super+k", "super+t"], "command": "title_case" },
{
"keys": ["super+alt+left"],
"command": "set_layout",
"args": {
"cols": [0.0, 0.33, 1.0],
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 23, 2024 19:59
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname