Add tmux configuration

This commit is contained in:
Bill Niblock 2024-10-23 11:55:10 -04:00
parent 2acbe2aa5e
commit fc4ed371f0

View file

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