Tmux pane renaming
This commit is contained in:
@@ -40,6 +40,9 @@ bind -r Left previous-window
|
||||
bind-key -n C-S-Left swap-window -t -1\; select-window -t -1
|
||||
bind-key -n C-S-Right swap-window -t +1\; select-window -t +1
|
||||
|
||||
# rename pane starts empty
|
||||
bind-key , command-prompt "rename-window '%%'"
|
||||
|
||||
# ----------------------- Plugins ----------------------- #
|
||||
|
||||
# List of plugins
|
||||
|
||||
26
.gitignore
vendored
26
.gitignore
vendored
@@ -34,6 +34,32 @@
|
||||
/.config/arduino-ide
|
||||
/.config/PrusaSlicer
|
||||
/.config/syncthing
|
||||
/.config/Kingsoft
|
||||
/.config/VCG
|
||||
/.config/VSCodium
|
||||
/.config/autostart
|
||||
/.config/catkin
|
||||
/.config/cef_user_data
|
||||
/.config/chromium
|
||||
/.config/act
|
||||
/.config/cura
|
||||
/.config/enchant
|
||||
/.config/eog
|
||||
/.config/evolution
|
||||
/.config/evince
|
||||
/.config/gedit
|
||||
/.config/glib-2.0
|
||||
/.config/go
|
||||
/.config/gthumb
|
||||
/.config/gtk-3.0
|
||||
/.config/gtk-4.0
|
||||
/.config/helix
|
||||
/.config/htop
|
||||
/.config/ibus
|
||||
/.config/menus
|
||||
/.config/nautilus
|
||||
/.config/odmpy
|
||||
/.config/rerun
|
||||
.bash*
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Host dgx01
|
||||
HostName dgx01
|
||||
User epotokar
|
||||
|
||||
Host ssh.eastonpots.com
|
||||
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname %h
|
||||
|
||||
|
||||
2
.zshenv
2
.zshenv
@@ -14,7 +14,7 @@ export VISUAL="nvim"
|
||||
# cargo
|
||||
[ -d "$HOME/.cargo" ] && . "$HOME/.cargo/env"
|
||||
# nvm (https://github.com/nvm-sh/nvm?tab=readme-ov-file#install--update-script)
|
||||
[ -d "$HOME/.nvm" ] && . "$HOME/.nvm/nvm.sh" # This loads nvm
|
||||
[ -d "$HOME/.config/nvm" ] && . "$HOME/.config/nvm/nvm.sh" # This loads nvm
|
||||
[ -d "$HOME/.nix-profile" ] && . $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||
[ -d "$HOME/.pixi" ] && export PATH="$HOME/.pixi/bin:$PATH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user