2024年7月4日 星期四

Tmux設定檔

In file ".tmux.conf":
set-option -g default-terminal "screen-256color"
set-option -g mouse on
set-option -g history-limit 102400
set-option -g base-index 1
set-option -g renumber-windows on
bind-key '"' split-window -v -c '#{pane_current_path}'
bind-key % split-window -h -c '#{pane_current_path}'
bind-key c new-window -c '#{pane_current_path}'

In file ".vimrc":
set bg=dark (避免vim的顯示顏色在開啟tmux時有差異)


2024年4月11日 星期四

在Ubuntu中查看heic格式照片

讓Image Viewer可查看heic檔

 sudo apt update

sudo apt install heif-gdk-pixbuf

完成後右鍵點選圖片,以Image Viewer應用程式開啟即可


在檔案瀏覽器中可顯示縮圖

sudo apt install heif-thumbnailer