tmux with urlscan
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ chsh -s /usr/bin/nu
|
|||||||
oh-my-posh init nu --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/peru.omp.json
|
oh-my-posh init nu --config https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/peru.omp.json
|
||||||
|
|
||||||
# code
|
# code
|
||||||
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager
|
yay -S neovim tmux tig diff-so-fancy ripgrep nvimpager urlscan
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
|
||||||
# git
|
# git
|
||||||
yay -S git-secret git-delta git-lfs lazygit
|
yay -S git-secret git-delta git-lfs lazygit
|
||||||
|
|||||||
@@ -105,6 +105,9 @@ bind r source-file ~/.config/tmux/tmux.conf \; refresh-client \; display-message
|
|||||||
# zoom control
|
# zoom control
|
||||||
bind -n M-o resize-pane -Z
|
bind -n M-o resize-pane -Z
|
||||||
|
|
||||||
|
# get urls
|
||||||
|
bind u run "tmux popup -E -b double -w 100% -h 100% sh -c 'tmux capture-pane -Jp | urlscan -d' "
|
||||||
|
|
||||||
# split panes using | and -, make sure they open in the same path
|
# split panes using | and -, make sure they open in the same path
|
||||||
bind v split-window -h -c "#{pane_current_path}"
|
bind v split-window -h -c "#{pane_current_path}"
|
||||||
bind s split-window -v -c "#{pane_current_path}"
|
bind s split-window -v -c "#{pane_current_path}"
|
||||||
|
|||||||
Reference in New Issue
Block a user