diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-21 00:36:47 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-21 00:36:47 +0900 |
| commit | 900cae0fe898461c5cd043bbb8d23ffa156a1024 (patch) | |
| tree | 696faa184f6ee65d37a0d7731e9e076199c83ab2 | |
| parent | 8ad9abf1ce4b91534a2cd6f3a3134bd8f6a69c34 (diff) | |
modified shell/profile, modified bin/sessionizer, modified bin/tmuxopen
| -rw-r--r-- | ar/.config/shell/profile | 2 | ||||
| -rwxr-xr-x | ar/.local/bin/sessionizer | 2 | ||||
| -rwxr-xr-x | ar/.local/bin/tmuxopen | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 4a2ecab..5a9e101 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -78,7 +78,7 @@ export XMODIFIERS=@im=fcitx export FZF_ALT_C_COMMAND="fd --type d . --color=never --hidden" export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -50'" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" -export FZF_CTRL_T_OPTS="--preview 'bat --color=always --line-range :50 {}' --preview-window 'right:40%'" +export FZF_CTRL_T_OPTS="--preview 'bat --color=always --line-range :50 {}' --preview-window 'right:45%'" # export FZF_DEFAULT_OPTS="--no-height --color=bg+:#343d46,gutter:-1,pointer:#ff3c3c,info:#0dbc79,hl:#0dbc79,hl+:#23d18b" export FZF_DEFAULT_OPTS="--reverse --height 60% --color=bg+:#343d46,gutter:-1,pointer:#ff3c3c,info:#0dbc79,hl:#0dbc79,hl+:#23d18b" diff --git a/ar/.local/bin/sessionizer b/ar/.local/bin/sessionizer index 36c8004..48f3bbf 100755 --- a/ar/.local/bin/sessionizer +++ b/ar/.local/bin/sessionizer @@ -23,7 +23,7 @@ sessionizer() { ^x tmux kill M-cr open in editor ^/ help")' \ - --preview-window 'right:60%' \ + --preview-window 'right:45%' \ --preview 'sesh preview {}' )" 2>/dev/null diff --git a/ar/.local/bin/tmuxopen b/ar/.local/bin/tmuxopen index ff1c275..7eab99f 100755 --- a/ar/.local/bin/tmuxopen +++ b/ar/.local/bin/tmuxopen @@ -42,7 +42,7 @@ get_fzf_output() { --reverse \ --print-query \ --preview 'bat --style=numbers --color=always --highlight-line {2} {1} 2>/dev/null || echo "Preview not available"' \ - --preview-window 'up,60%,border-bottom,+{2}+3/3,~3' \ + --preview-window 'right,45%,border-bottom,+{2}+3/3,~3' \ --bind "$FILE_BIND" \ --bind "$RG_BIND" \ --bind "$DIR_BIND" \ |
