This commit is contained in:
2025-12-26 10:35:15 -08:00
parent 685dcfa301
commit 087b6e8422
3 changed files with 6 additions and 19 deletions

View File

@@ -245,10 +245,10 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
bind = $mainMod, RETURN, exec, $terminal bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, D, exec, $menu bind = $mainMod, D, exec, $menu
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen
bind = $mainMod, S, pin
bind = $mainMod SHIFT, SPACE, togglefloating, bind = $mainMod SHIFT, SPACE, togglefloating,
bind = $mainMod SHIFT, Q, hy3:killactive, bind = $mainMod SHIFT, Q, hy3:killactive,
bind = $mainMod SHIFT, M, exit, bind = $mainMod SHIFT, M, exit,
bind = $mainMod SHIFT, S, pin
bind = $mainMod, B, hy3:makegroup, h bind = $mainMod, B, hy3:makegroup, h

View File

@@ -1,13 +0,0 @@
{
"black-metal-theme-neovim": { "branch": "main", "commit": "6d0207871387077f40d5396ab1ae90520e688d36" },
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "3b3571b4dadbcb464804466e9872e7246c316af7" },
"mason.nvim": { "branch": "main", "commit": "57e5a8addb8c71fb063ee4acda466c7cf6ad2800" },
"mini.completion": { "branch": "main", "commit": "7c5edfc0e479dd4edd898cc9ddd1920d8c1ce420" },
"mini.nvim": { "branch": "main", "commit": "6bd3a01aaf7d248aea1b78aacdd5d44bffa002c1" },
"nvim-lspconfig": { "branch": "master", "commit": "07f4e93de92e8d4ea7ab99602e3a8c9ac0fb778a" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"telescope.nvim": { "branch": "master", "commit": "84b9ba066d1860f7a586ce9cd732fd6c4f77d1d9" },
"vim-tmux-navigator": { "branch": "master", "commit": "c45243dc1f32ac6bcf6068e5300f3b2b237e576a" }
}

View File

@@ -3,7 +3,7 @@ set -g default-terminal "xterm-256color"
bind-key r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!" bind-key r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!"
set-option -g default-shell /bin/zsh #set-option -g default-shell /bin/zsh
# remap prefix # remap prefix
unbind C-b unbind C-b
@@ -51,9 +51,9 @@ set-option -g update-environment "SSH_AUTH_SOCK \
SSH_CONNECTION \ SSH_CONNECTION \
DISPLAY " DISPLAY "
set -g status-position bottom # set -g status-position bottom
set -g status-left " #{session_name} " # set -g status-left " #{session_name} "
set -g status-right "" # set -g status-right ""
set -g status-right-length 100 # set -g status-right-length 100
# set -g status-style 'fg=default' # set -g status-style 'fg=default'