Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| kb:mac [2021/12/20 16:15] – yehuda | kb:mac [2026/03/19 12:43] (current) – yehuda | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| brew install zsh-syntax-highlighting | brew install zsh-syntax-highlighting | ||
| brew install --cask keepassxc | brew install --cask keepassxc | ||
| + | |||
| + | chflags nohidden ~/ | ||
| + | defaults write com.apple.finder ShowPathbar -bool true | ||
| + | defaults write com.apple.finder ShowStatusBar -bool true | ||
| + | |||
| </ | </ | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Full screen @ Macosx/ firefox | ||
| + | |||
| + | (1) In a new tab, type or paste about: | ||
| + | |||
| + | (2) In the search box above the list, type or paste FULLS and pause while the list is filtered | ||
| + | |||
| + | (3) If the browser.fullscreen.autohide preference is bolded and " | ||
| + | |||
| + | |||
| + | ~/ | ||
| + | < | ||
| + | # General | ||
| + | set -g default-terminal " | ||
| + | set -ga terminal-overrides " | ||
| + | set -g mouse on | ||
| + | |||
| + | # Panes open in current directory | ||
| + | bind '"' | ||
| + | bind ' | ||
| + | bind ' | ||
| + | |||
| + | # Vim-like copy mode | ||
| + | setw -g mode-keys vi | ||
| + | bind -T copy-mode-vi v send-keys -X begin-selection | ||
| + | bind -T copy-mode-vi y send-keys -X copy-selection | ||
| + | </ | ||