Compare commits

..

No commits in common. "901c7b7c09037577965d7ed7919b8c6ad8700a04" and "908705c27e36c5450117ecbde62236b62dfaf11c" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

@ -295,10 +295,8 @@ in
set -s copy-command 'xsel -bi'
bind -N "Change layout" -T prefix % next-layout
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 "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 "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"
set -g escape-time 1

View File

@ -18,9 +18,6 @@
programs.nixfmt.enable = true;
programs.shellcheck.enable = true;
settings.formatter.shellcheck = {
excludes = [ "*.envrc*" ];
};
programs.shfmt.enable = true;
settings.formatter.shfmt.indent_size = 0;