Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kb:mac [2021/12/20 16:44] yehudakb:mac [2026/03/19 12:43] (current) yehuda
Line 15: Line 15:
  
 https://hub.docker.com/editions/community/docker-ce-desktop-mac/ https://hub.docker.com/editions/community/docker-ce-desktop-mac/
 +
 +https://sourabhbajaj.com/mac-setup/iTerm/
 +
 +Full screen @ Macosx/ firefox
 +
 +(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.
 +
 +(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 "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.1640018699.txt.gz · Last modified: (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0