From 47eb8353456e020df2a629851dd6bfccf25cebc7 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Tue, 30 Sep 2025 10:30:39 +0200 Subject: [PATCH] Add newlines and remove trailing whitespace * modified: git/hooks/pre-commit * modified: tmux/tmux.conf --- git/hooks/pre-commit | 2 +- tmux/tmux.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git/hooks/pre-commit b/git/hooks/pre-commit index 99c9cf0..d51b82f 100755 --- a/git/hooks/pre-commit +++ b/git/hooks/pre-commit @@ -62,4 +62,4 @@ else echo "To add missing newline at EOF, you can use:" echo " echo >> " exit 1 -fi \ No newline at end of file +fi diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3d6dcea..8928bbd 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -170,4 +170,4 @@ bind P display-popup -E -w 70% -h 50% '/usr/local/bin/exek' bind -n M-Space display-popup -E -w 80% -h 60% '/usr/local/bin/exek' # Keep the original tmux-fzf-menu on prefix + M for tmux operations -bind M display-popup -E -w 80% -h 80% "bash ~/.config/tmux/tmux-fzf-menu.sh --menu" \ No newline at end of file +bind M display-popup -E -w 80% -h 80% "bash ~/.config/tmux/tmux-fzf-menu.sh --menu"