Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
kb:mac [2022/01/03 16:03] – external edit 127.0.0.1kb:mac [2026/03/19 12:43] (current) yehuda
Line 26: Line 26:
 (3) If the browser.fullscreen.autohide preference is bolded and "modified" or "user set" to false, double-click it to restore the default value of true (3) If the browser.fullscreen.autohide preference is bolded and "modified" or "user set" to false, double-click it to restore the default value of true
  
 +
 +~/.tmux.conf for kitty and mac
 +<code>
 +# General
 +set -g default-terminal "tmux-256color"
 +set -ga terminal-overrides "kitty*:RGB=true"
 +set -g mouse on
 +
 +# Panes open in current directory
 +bind '"' split-window -h -c "#{pane_current_path}"
 +bind '%' split-window -v -c "#{pane_current_path}"
 +bind 'c' new-window -c "#{pane_current_path}"
 +
 +# 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
 +</code>
kb/mac.1641225830.txt.gz · Last modified: by 127.0.0.1
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0