mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 05:18:17 +00:00
fixed tmux config
This commit is contained in:
parent
a3936ccc38
commit
e9a483a569
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ let
|
||||||
|
|
||||||
bind c new-window -c '#{pane_current_path}'
|
bind c new-window -c '#{pane_current_path}'
|
||||||
bind % split-window -v -c '#{pane_current_path}'
|
bind % split-window -v -c '#{pane_current_path}'
|
||||||
bind " split-window -h -c '#{pane_current_path}'
|
bind '"' split-window -h -c '#{pane_current_path}'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.etc."zshrc".text = ''
|
environment.etc."zshrc".text = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue