Skip to content

Instantly share code, notes, and snippets.

import sublime
import sublime_plugin
class ToggleVintageous(sublime_plugin.WindowCommand):
def run(self):
setts = sublime.load_settings('Preferences.sublime-settings')
ignored = setts.get('ignored_packages')
launch_status = False
@miped
miped / tmux-cheatsheet.markdown
Created February 6, 2022 17:06 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname