Skip to content

Commit

Permalink
2024/07/04-13:06:42
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jul 4, 2024
1 parent 0a9ba07 commit cfeb3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ with lib;
TMUX_CONFIG = mkDefault ''
bind -r C-a send-prefix
bind r source-file /etc/tmux.conf
bind S-- split-window -v -c '#{pane_current_path}'
bind S-\\ split-window -h -c '#{pane_current_path}'
bind _ split-window -v -c '#{pane_current_path}'
bind | split-window -h -c '#{pane_current_path}'
bind -r C-k resize-pane -U
bind -r C-j resize-pane -D
bind -r C-h resize-pane -L
Expand Down

0 comments on commit cfeb3ce

Please sign in to comment.