Skip to content

Instantly share code, notes, and snippets.

@hungyiwu
Last active July 13, 2023 02:57
Show Gist options
  • Save hungyiwu/f64a595c521db8103983932eea8b6673 to your computer and use it in GitHub Desktop.
Save hungyiwu/f64a595c521db8103983932eea8b6673 to your computer and use it in GitHub Desktop.
configs
# ~/.tmux.conf
setw -g mode-keys vi
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi V send -X select-line
bind-key -T copy-mode-vi y send-keys -X copy-selection
bind-key -T copy-mode-vi 'Home' send -X start-of-line
bind-key -T copy-mode-vi 'End' send -X end-of-line
setw -g history-limit 1000000
" ~/.vimrc or /etc/vim/vimrc
syntax on
filetype plugin indent on
autocmd filetype json setlocal shiftwidth=2 tabstop=2 expandtab
set number
set hlsearch
"colorscheme koehler " depends
[boot]
systemd = true
[automount]
options = "metadata,uid=1000,gid=1000,umask=22,fmask=111"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment