Commit ac1b55d7 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add buffer-delete from selection key to tmux configs

parent 01f2c250
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,3 +13,7 @@ bind Q confirm-before -p "Kill session? (y/n)" "run-shell -b 'exec ~/.tmux/sessi
# "A": rename current window
unbind A
bind A command-prompt -p "Rename window:" -I "#{window_name}" "rename-window '%%'"

# "-": choose a buffer for deletion
unbind -
bind - choose-buffer "delete-buffer -b '%%'"