diff --git a/home/.config/nvim/lua/keymaps.lua b/home/.config/nvim/lua/keymaps.lua index 6046e3d..e692399 100644 --- a/home/.config/nvim/lua/keymaps.lua +++ b/home/.config/nvim/lua/keymaps.lua @@ -33,7 +33,7 @@ require("utils").add_keymaps({ }, -- Window - [""] = { + [""] = { cmd = "q", }, @@ -115,7 +115,7 @@ require("utils").add_keymaps({ }, }, t = { - [""] = { + [""] = { cmd = "", }, }, diff --git a/home/.tmux.conf b/home/.tmux.conf index 0fd97a5..31fabd2 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -1,4 +1,4 @@ -# For some reason, fzf is missing from path when running shell scripts through tmux keybindings +#git clone --depth 1 --recurse-submodules --shallow-submodules git@github.int.midasplayer.com:FarmStudio/FarmHeroesSaga.git For some reason, fzf is missing from path when running shell scripts through tmux keybindings set-environment -g PATH "~/dev/git/fzf/bin:$PATH" # Keybindings for navigating between panes @@ -28,7 +28,7 @@ bind-key -n M-d run-shell "~/.config/tmux/tmux-fuzzy-find-session.sh" # Split window, change keybindings to match vim concept of splits bind-key -n M-v split-window -h bind-key -n M-h split-window -v -bind-key -n M-k kill-pane +bind-key -n M-q kill-pane bind-key -n M-f resize-pane -Z bind-key -n M-s command-prompt -p "New session: " "run-shell '~/.config/tmux/tmux-create-session.sh '%%''" bind-key -n M-w new-window diff --git a/linux_home/.config/sway/config b/linux_home/.config/sway/config index e4f1861..81598e3 100644 --- a/linux_home/.config/sway/config +++ b/linux_home/.config/sway/config @@ -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