Skip to content

Instantly share code, notes, and snippets.

View qiuxiaomu's full-sized avatar
💭
I may be slow to respond.

Qiuxiao Mu qiuxiaomu

💭
I may be slow to respond.
View GitHub Profile
@hungryC
hungryC / .gdbinit
Created August 25, 2023 07:04 — forked from guodongxiaren/.gdbinit
GDB coredump调试美化输出
# 保存到 ~/.gdbinit
python
import sys
sys.path.insert(0, '/usr/share/gcc-4.8.2/python') # 这个路径以实际情况为准
from libstdcxx.v6.printers import register_libstdcxx_printers
register_libstdcxx_printers (None)
end
#
# STL GDB evaluators/views/utilities - 1.03
@AlexPl292
AlexPl292 / .ideavimrc
Last active February 22, 2025 03:31
My `~/.ideavimrc` file
let mapleader=" "
""" Plugins --------------------------------
set surround
set multiple-cursors
set commentary
set argtextobj
set easymotion
set textobj-entire
set ReplaceWithRegister
@heroheman
heroheman / ranger-cheatsheet.md
Last active April 19, 2025 17:27
Ranger Cheatsheet

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts
@seefood
seefood / DotFiles_DevEnv.MD
Last active April 24, 2025 15:28
Development Env recommendations, my humble 2 cents.

TL;DR: This doc is aimed at power users (or power user wannabes like me) that want a few more life improving toys to improve their GNU/Unix/MacOS work environment work for them more conveniantly or at least with more bells, whistles and pazzaz (All of the above for me, thanks).

It starts with a section for developer, but see the section about dot-files below for more general environment recommendations.

Basic tools you want to know