Remove trailing space
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 4m25s
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 4m25s
This commit is contained in:
parent
1929362506
commit
901c7b7c09
@ -298,7 +298,7 @@ in
|
|||||||
bind -N "Horizontal split" -T prefix \ split-window -h -c '#{pane_current_path}'
|
bind -N "Horizontal split" -T prefix \ split-window -h -c '#{pane_current_path}'
|
||||||
bind -N "Vertical split" -T prefix - split-window -v -c '#{pane_current_path}'
|
bind -N "Vertical split" -T prefix - split-window -v -c '#{pane_current_path}'
|
||||||
bind -N "Create a new window" -T prefix c new-window -c '#{pane_current_path}'
|
bind -N "Create a new window" -T prefix c new-window -c '#{pane_current_path}'
|
||||||
bind -N "Quick pane for obsidian todos" -T prefix . split-window -c $DPK_OBSIDIAN_DIR -h "vim todos.md"
|
bind -N "Quick pane for obsidian todos" -T prefix . split-window -c $DPK_OBSIDIAN_DIR -h "vim todos.md"
|
||||||
bind -N "Enter copy mode" -T prefix Space copy-mode
|
bind -N "Enter copy mode" -T prefix Space copy-mode
|
||||||
bind -N "Load buffer from xsel and paste" -T prefix C-p run "xsel -ob | tmux load-buffer - ; tmux paste-buffer"
|
bind -N "Load buffer from xsel and paste" -T prefix C-p run "xsel -ob | tmux load-buffer - ; tmux paste-buffer"
|
||||||
set -g escape-time 1
|
set -g escape-time 1
|
||||||
|
@ -18,6 +18,9 @@
|
|||||||
programs.nixfmt.enable = true;
|
programs.nixfmt.enable = true;
|
||||||
|
|
||||||
programs.shellcheck.enable = true;
|
programs.shellcheck.enable = true;
|
||||||
|
settings.formatter.shellcheck = {
|
||||||
|
excludes = [ "*.envrc*" ];
|
||||||
|
};
|
||||||
|
|
||||||
programs.shfmt.enable = true;
|
programs.shfmt.enable = true;
|
||||||
settings.formatter.shfmt.indent_size = 0;
|
settings.formatter.shfmt.indent_size = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user