Skip to content

Commit

Permalink
Add tmux popup settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wtchrs committed Aug 14, 2021
1 parent ccb3a14 commit a48342a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions settings/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ bind -r C-j resize-pane -D 2
bind H previous-window
bind L next-window

# Popups
bind e display-popup -E -d '#{pane_current_path}' ranger
bind C-q display-popup -E -w60% -h70% htop

bind -T prefix q display-panes -d 0

# move pane to window
Expand Down
6 changes: 4 additions & 2 deletions settings/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ eval "$(nodenv init -)"
zinit snippet OMZP::command-not-found
zinit snippet OMZP::sudo

# fzf
zinit wait lucid for \
atload"zicompinit; zicdreplay" Aloxaf/fzf-tab
zstyle ':fzf-tab:*' fzf-command ftb-tmux-popup

zinit wait lucid for \
atinit"ZINIT[COMPINIT_OPTS]=-C; zicompinit; zicdreplay" \
Expand All @@ -64,10 +66,10 @@ HISTSIZE=10000000
SAVEHIST=10000000
setopt HIST_IGNORE_DUPS

# add path
# Add path
export PATH="$HOME/.local/bin:$PATH"

# default editor
# Default editor
export EDITOR=nvim

# ls alias
Expand Down

0 comments on commit a48342a

Please sign in to comment.