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 unbind v
bind v split-window -h -c "#{pane_current_path}" bind v split-window -h -c "#{pane_current_path}"
unbind '"' unbind '"'
unbind b
bind b split-window -v -c "#{pane_current_path}"
unbind c unbind c
bind c new-window bind c split-window -v -c "#{pane_current_path}"
unbind Enter
bind Enter new-window
unbind Tab unbind Tab
bind Tab last-window bind Tab last-window

View File

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