summaryrefslogtreecommitdiff
path: root/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rc.conf')
-rwxr-xr-xrc.conf8
1 files changed, 6 insertions, 2 deletions
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?