Reverted tmux and sxhkd terminal creation back to using the Return key

This commit is contained in:
Thai Noodles 2024-01-04 20:36:17 -08:00
parent ab5cd85f72
commit c003bf810a
2 changed files with 6 additions and 6 deletions

View File

@ -107,11 +107,11 @@
unbind v
bind v split-window -h -c "#{pane_current_path}"
unbind '"'
unbind b
bind b split-window -v -c "#{pane_current_path}"
unbind c
bind c new-window
bind c split-window -v -c "#{pane_current_path}"
unbind Enter
bind Enter new-window
unbind Tab
bind Tab last-window

View File

@ -3,11 +3,11 @@
# program launchers
# terminal emulator
super + c
super + Return
st
# terminal emulator with tmux session menu
super + shift + c
super + shift + Return
st -e "iitmux"
# program launcher