Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| kb:mac [2022/01/03 16:03] – external edit 127.0.0.1 | kb:mac [2026/03/19 12:43] (current) – yehuda | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| (3) If the browser.fullscreen.autohide preference is bolded and " | (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 | ||
| + | </ | ||