From 5fc03324bb1c4effbb5568b96d1bf57f9483ebda Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 20 Feb 2022 15:23:01 +0100 Subject: Update current config --- rc.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'rc.conf') diff --git a/rc.conf b/rc.conf index 39cca94..7505195 100755 --- a/rc.conf +++ b/rc.conf @@ -57,6 +57,10 @@ set vcs_aware false set vcs_backend_git enabled set vcs_backend_hg disabled set vcs_backend_bzr disabled +set vcs_backend_svn disabled + +# Truncate the long commit messages to this length when shown in the statusbar. +set vcs_msg_length 50 # Use one of the supported image preview protocols set preview_images true @@ -72,8 +76,8 @@ set preview_images true # Preview images in full color using iTerm2 image previews # (http://iterm2.com/images.html). This requires using iTerm2 compiled # with image preview support. -set preview_images_method kitty # does not work in tmux set preview_images_method w3m +set preview_images_method kitty # Use a unicode "..." character to mark cut-off filenames? set unicode_ellipsis false @@ -83,7 +87,7 @@ set show_hidden_bookmarks true # Which colorscheme to use? These colorschemes are available by default: # default, jungle, snow, solarized -set colorscheme try +set colorscheme eupho # Preview files on the rightmost column? # And collapse (shrink) the last column if there is nothing to preview? -- cgit v1.2.3