Skip to content

Commit

Permalink
2024/07/04-13:10:17
Browse files Browse the repository at this point in the history
  • Loading branch information
1nv0k32 committed Jul 4, 2024
1 parent 0628b4c commit a69cd1b
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 @@ -118,8 +118,8 @@ with lib;
bind r source-file /etc/tmux.conf
bind - split-window -v -c '#{pane_current_path}'
bind \\ split-window -h -c '#{pane_current_path}'
bind _ split-window -v -c '#{pane_current_path}'
bind | split-window -h -c '#{pane_current_path}'
bind _ split-window -vf -c '#{pane_current_path}'
bind | split-window -hf -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 a69cd1b

Please sign in to comment.