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.
This guide provides step-by-step instructions on how to create two Quick Actions in Finder:
These actions can be triggered using keyboard shortcuts for quick and easy access.
| 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 |