feat: set EDITOR=nvim before tmux starts inside podman
This commit is contained in:
@ -450,7 +450,6 @@ set -g status-right "#{E:@catppuccin_status_session}"
|
||||
set -g set-clipboard on
|
||||
set -g allow-passthrough on
|
||||
|
||||
setw -g mode-keys vi
|
||||
|
||||
# -- custom variables ----------------------------------------------------------
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
tmux new-session -s "$1"
|
||||
EDITOR=nvim tmux new-session -s "$1"
|
||||
|
Reference in New Issue
Block a user