Skip to content

Instantly share code, notes, and snippets.

View mzbali's full-sized avatar
🎯
Focusing

Mahmud Zaman Bali mzbali

🎯
Focusing
View GitHub Profile
@mzbali
mzbali / finder_shortcuts.md
Last active January 28, 2024 23:17
Quickly open iTerm2 or create a new file in your current Finder location with these macOS Quick Actions, customisable with your preferred keyboard shortcuts.

Finder Quick Actions: Open iTerm2 and Create New File

This guide provides step-by-step instructions on how to create two Quick Actions in Finder:

  • Open the current folder in iTerm2
  • Create a new file in the current folder

These actions can be triggered using keyboard shortcuts for quick and easy access.

Open iTerm2 from Finder

@mzbali
mzbali / .tmux.conf
Created January 2, 2024 23:05
My tmux config
unbind r
bind r source-file ~/.tmux.conf
set -g escape-time 5
set -g focus-events on
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'rose-pine/tmux'
general.smoothScroll.currentVelocityWeighting: 0
general.smoothScroll.mouseWheel.durationMaxMS: 150
general.smoothScroll.stopDecelerationWeighting; 0.82
mousewheel.min_line_scroll_amount: 25