Skip to content

Instantly share code, notes, and snippets.

View marcoieni's full-sized avatar
🦀
Working on @release-plz to automate your Rust project release pipeline

Marco Ieni marcoieni

🦀
Working on @release-plz to automate your Rust project release pipeline
View GitHub Profile
@developius
developius / README.md
Last active March 14, 2025 17:38
Setup SSH keys for use with GitHub/GitLab/BitBucket etc
@mijoharas
mijoharas / README.md
Last active December 21, 2021 16:28
navigate emacs or i3 depending on whether emacs is focussed.

i3-navigate-emacs

Usage:

Create bash file above and put it in your path. add these lines to your i3/config:

# change focus
bindsym $alt+$left exec i3-navigate-emacs left
bindsym $alt+$down exec i3-navigate-emacs down
bindsym $alt+$up exec i3-navigate-emacs up