mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
tmux.conf: use UTF-8
This commit is contained in:
parent
843ac0a524
commit
3bd7a00166
@ -1,3 +1,7 @@
|
|||||||
|
# Use UTF-8 (Copied from https://github.com/zanshin/dotfiles/blob/master/tmux/tmux.conf#L1 )
|
||||||
|
set -g utf8
|
||||||
|
set-window-option -g utf8 on
|
||||||
|
|
||||||
# Sets screen shortcuts (Copied from tmux faq)
|
# Sets screen shortcuts (Copied from tmux faq)
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
unbind C-b
|
unbind C-b
|
||||||
|
Loading…
Reference in New Issue
Block a user