From fc4ed371f040f7771ff7d9809b215ba70a9304fe Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Wed, 23 Oct 2024 11:55:10 -0400 Subject: [PATCH] Add tmux configuration --- tmux/tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 48d0c48..44d95d3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -67,5 +67,3 @@ bind | split-window -h -c "#{pane_current_path}" # Horizontal split bind - split-window -v -c "#{pane_current_path}" # Vertical split # Reload config file bind r source-file ~/.tmux.conf \; display "Config Reloaded!" -# Captur selection, create a gist from it -bind-key -tvi-copy u copy-pipe "ruby ~/Lab/gist_gem.rb -"