Change k to q for killing/closing/quitting in sway, neovim, and tmux.
Reason for this is because cmd+q on mac os. I want my setup to be universal between mac and lin, or as close as it possibly can be.
This commit is contained in:
parent
802721becc
commit
bcf5f8a405
3 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ exec_always --no-startup-id ~/.config/sway/dim_inactive.windows.py
|
|||
bindsym $mod+Return exec $term
|
||||
|
||||
# Kill focused window
|
||||
bindsym $mod+k kill
|
||||
bindsym $mod+q kill
|
||||
|
||||
# Start your launcher
|
||||
bindsym $mod+d exec $menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue