Skip to content

Instantly share code, notes, and snippets.

View fundon's full-sized avatar
🎯
Focusing

Fangdun Tsai fundon

🎯
Focusing
View GitHub Profile
anonymous
anonymous / detials.txt
Created February 24, 2014 01:50
BitShares-PTS Problem Detials
Process: BitShares-PTS [98071]
Path: /Applications/BitShares-PTS.app/Contents/MacOS/BitShares-PTS
Identifier: org.invictusinnovations.BitShares-PTS
Version: $VERSION ($VERSION)
Code Type: X86-64 (Native)
Parent Process: launchd [281]
Responsible: BitShares-PTS [98071]
User ID: 501
Date/Time: 2014-02-24 09:46:42.464 +0800
@XVilka
XVilka / TrueColour.md
Last active April 27, 2025 10:17
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!

@denji
denji / http-benchmark.md
Last active July 1, 2025 21:24
HTTP(S) Benchmark Tools / Toolkit for testing/debugging HTTP(S) and restAPI (RESTful)
@ragingwind
ragingwind / Backend Architectures Keywords and References.md
Last active March 21, 2025 15:01
Backend Architectures Keywords and References
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active July 2, 2025 22:26
A badass list of frontend development resources I collected over time.
@JosefJezek
JosefJezek / setup-ubuntu-server.md
Last active December 17, 2015 03:58
Setup Ubuntu Server
@JosefJezek
JosefJezek / install-and-setup-elasticsearch.md
Last active December 16, 2015 14:48
Install & Setup ElasticSearch
@mislav
mislav / _readme.md
Last active April 24, 2025 10:07
tmux-vim integration to transparently switch between tmux panes and vim split windows

I use tmux splits (panes). Inside one of these panes there's a Vim process, and it has its own splits (windows).

In Vim I have key bindings C-h/j/k/l set to switch windows in the given direction. (Vim default mappings for windows switching are the same, but prefixed with C-W.) I'd like to use the same keystrokes for switching tmux panes.

An extra goal that I've solved with a dirty hack is to toggle between last active panes with C-\.

Here's how it should work: