Skip to content

Instantly share code, notes, and snippets.

View rocktimsaikia's full-sized avatar
🐾
Always learning

Rocktim rocktimsaikia

🐾
Always learning
View GitHub Profile
@rocktimsaikia
rocktimsaikia / README.md
Last active November 29, 2023 09:20 — forked from aidos-dev/README.md
Connect Apple AirPods to Linux (Ubuntu)

Connect Apple AirPods to Linux (Ubuntu)

# 1. Open the below file with vim
sudo vim /etc/bluetooth/main.conf

# 2. Change the value of this field to bredr
ControllerMode = bredr

# 3. Save and Exit from Vim.
@rocktimsaikia
rocktimsaikia / vim-cheats.md
Created October 29, 2022 07:54 — forked from Starefossen/vim-cheats.md
My vim cheat sheet for working with tabs and window splits.

Tabs

New Tab

  • :tabnew - new blank tab
  • :tabedit [file] - open file in tab

Cursor Movement

  • gt (:tabn) - next tab