Update .tmux.conf
Update .config/DankMaterialShell/firefox.css Update .config/DankMaterialShell/settings.json Update .config/alacritty/dank-theme.toml Update .config/ghostty/themes/dankcolors Update .config/niri/config.kdl Update .config/niri/dms/colors.kdl Add .config/niri/dms/cursor.kdl Remove .config/niri/dms/cursor.kdl Update .config/nvim/init.lua Update .config/nvim/lazy-lock.json Update .config/nvim/lua/config/00_lazy.lua Update .config/nvim/lua/plugins/dankcolors.lua Update .config/pda/config.toml Update .local/bin/tmux-sessionizer
This commit is contained in:
parent
c778538a48
commit
ace3e70676
15 changed files with 389 additions and 227 deletions
|
|
@ -18,7 +18,10 @@ bind-key - split-window # split
|
|||
bind-key \; split-window -h # horizontal split
|
||||
bind-key r source-file ~/.tmux.conf \; display-message "reloaded tmux config"
|
||||
bind-key c command-prompt -p "window name:" "new-window; rename-window '%%'"
|
||||
bind-key C-f display-popup -E "tmux-sessionizer"
|
||||
bind-key C-f display-popup -E -w 80% -h 80% "tmux-sessionizer"
|
||||
bind-key l if-shell "git -C '#{pane_current_path}' rev-parse --git-dir >/dev/null 2>&1" \
|
||||
"display-popup -E -w 80% -h 80% -d '#{pane_current_path}' 'lazygit'" \
|
||||
"display-message 'Not a git repository'"
|
||||
bind-key C-q command-prompt -p find-session 'switch-client -t %%'
|
||||
bind-key Left previous-window # window back
|
||||
bind-key Right next-window # window forward
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue