mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-09-13 19:03:40 +02:00
fix(tmux): tmux
control character from Ctrl+b or F1 to Ctrl+Spacebar only (#7)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/7
This commit is contained in:
parent
22eedc9a66
commit
41109193bf
1 changed files with 2 additions and 4 deletions
|
@ -2,17 +2,15 @@
|
|||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Resize to smallest attached client
|
||||
#set -g window-size smallest
|
||||
set -g window-size smallest
|
||||
|
||||
# Enable mouse support
|
||||
set -g mouse on
|
||||
|
||||
# Set the control character to Ctrl+Spacebar (instead of Ctrl+B)
|
||||
# Set control character to Ctrl+Spacebar
|
||||
set -g prefix C-space
|
||||
set -g prefix F1
|
||||
#unbind-key C-b
|
||||
bind-key C-space send-prefix
|
||||
bind-key F1 send-prefix
|
||||
|
||||
# Set new panes to open in current directory
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
|
|
Loading…
Add table
Reference in a new issue