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 -"