Skip to content

Instantly share code, notes, and snippets.

View kublaios's full-sized avatar
🎹
configuring my neovim 🎵 (3 years, 1 months ago)

Kubilay Erdogan kublaios

🎹
configuring my neovim 🎵 (3 years, 1 months ago)
View GitHub Profile
@scoates
scoates / output.log
Last active November 15, 2021 14:30
Bluetooth Scale in Python (Sinocare CK-793, ETEKCITY, likely others built on the same chipset)
root@raspberrypi:~# python3 scale.py XX:RE:DA:CT:ED:XX
Connected.
152g
444g
688g
726g
783g
853g
978g
1753g
@ryanpedersen42
ryanpedersen42 / config.yml
Last active May 8, 2024 13:00
Path filtering example
version: 2.1
setup: true
orbs:
path-filtering: circleci/[email protected]
workflows:
setup-workflow:
jobs:
@gdavis
gdavis / xcode-vim.markdown
Last active July 1, 2025 15:44
Notes for working with Xcode VIM mode

Xcode VIM

Learning VIM in Xcode comes with its own set of challenges and limitations, but there is enough there for you to give your mousing hand a break and master the keyboard.

A limited set of commands are available in Xcode, and this document attempts help ease the learning curve of using VIM in Xcode by providing a handy reference as well as what I find works for me in practice.

NOTE: Commands are case-sensitive. A command of N means pressing shift + n on the keyboard.

This document is a work in progress! Leave a comment if you would like to see a change.