Compare commits

..

6 Commits

Author SHA1 Message Date
49e7cf1816 Fix fzf list order in some instances 2026-03-13 07:18:52 +01:00
9a7378ef32 Configure tmux-fzf-url window size 2026-03-13 07:18:52 +01:00
7ed92881f1 Update nvim plugins 2026-03-13 07:18:52 +01:00
533b29e5e3 Added completions for tula 2026-03-13 07:18:52 +01:00
daa73fbabc Update zsh and zsh plugins 2026-03-13 07:18:51 +01:00
19933bf58d Switch to better zsh vi mode 2026-03-13 07:18:51 +01:00

View File

@@ -39,6 +39,8 @@ HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_TIMEOUT=3
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
# Default to insert mode
ZVM_LINE_INIT_MODE=i
# Enable system clipboard
ZVM_SYSTEM_CLIPBOARD_ENABLED=true
# Make p and P use the system clipboard, instead of CUTBUFFER,