mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-18 05:06:38 +02:00
Updates from beatmachine
This commit is contained in:
parent
0a17052aab
commit
db30635471
5 changed files with 1041 additions and 5 deletions
|
@ -10,6 +10,7 @@ set -g base-index 1
|
|||
|
||||
# vim shortcuts
|
||||
setw -g mode-keys vi
|
||||
set -g status-keys vi
|
||||
|
||||
# Make copy mode more vim-like.
|
||||
bind -t vi-copy v begin-selection
|
||||
|
@ -22,6 +23,11 @@ bind : command-prompt
|
|||
# colors
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Set titling
|
||||
set-option -g set-titles on
|
||||
set-window-option -g automatic-rename on
|
||||
setw -g monitor-activity on
|
||||
|
||||
# unicode
|
||||
setw -g utf8 on
|
||||
set -g status-utf8 on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue