mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
removed the irrelevant keybind using the old tmux split keybind
This commit is contained in:
@@ -41,11 +41,6 @@ set -g mouse off
|
|||||||
# Set the default terminal
|
# Set the default terminal
|
||||||
set -s default-terminal 'kitty'
|
set -s default-terminal 'kitty'
|
||||||
|
|
||||||
# open/split window with current path
|
|
||||||
bind '"' split-window -c "#{pane_current_path}"
|
|
||||||
bind % split-window -h -c "#{pane_current_path}"
|
|
||||||
bind c new-window -c "#{pane_current_path}"
|
|
||||||
|
|
||||||
# Longer workspace names
|
# Longer workspace names
|
||||||
set -g status-left-length 20
|
set -g status-left-length 20
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user