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"