]> git.phdru.name Git - dotfiles.git/blobdiff - .vimrc
Order the list of terminals alphabetically
[dotfiles.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index aed3f7f57d24363fda5e3b5cf943446d311899dc..194e4184358050ba8388eac210a2ef81a8e56365 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -215,7 +215,7 @@ else
       highlight Question cterm=bold ctermfg=NONE
    endif
 
-   if (&term =~ "term") || (&term =~ "rxvt") || (&term =~ "vt100") || (&term =~ "screen")
+   if (&term =~ "rxvt") || (&term =~ "screen") || (&term =~ "term") || (&term =~ "vt100")
       set <BS>=\7f
 
       " 'autoselect' to always put selected text on the clipboard;