Skip to content

Commit

Permalink
chore: fix tmux glitches with lazygit and wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
silveiralexf committed Jul 30, 2024
1 parent 5db7097 commit 966c65f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@


### [2024-07-29]
* [[5db7097]](https://github.com/silveiralexf/.dotfiles/commit/5db7097b94a8a91bd00bde8f83e5b196e12b1479) chore(wezterm): small tweaks (silveiralexf@gmail.com)


* [[7484f08]](https://github.com/silveiralexf/.dotfiles/commit/7484f087bb7e733b79eb9f80081749dbaa1cb7f1) chore(docs): readme and spelling updates (silveiralexf@gmail.com)


Expand Down
4 changes: 1 addition & 3 deletions etc/config/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ bind-key C-a send-prefix
bind C-l send-keys 'C-l'

set -g base-index 1 # 0 is too far from ` ;)
#set -g default-terminal "wezterm"
set -g display-time 5000
set -g focus-events on
set -g history-limit 99999
Expand All @@ -44,7 +43,6 @@ setw -g monitor-activity on
set -g default-terminal "wezterm"
set -ga terminal-features '*:overline:strikethrough:usstyle:RGB'


# -----------------------------------------------------------------------------
# Status
# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -130,7 +128,7 @@ set -sg escape-time 0
bind r source-file ~/.tmux.conf

# open new LazyGit window on current path
bind g new-window -n 'lazygit' lazygit
bind -r g display-popup -d '#{pane_current_path}' -w90% -h90% -E lazygit

# -----------------------------------------------------------------------------
# Plugins
Expand Down

0 comments on commit 966c65f

Please sign in to comment.