We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a6f7e commit 94fc4bcCopy full SHA for 94fc4bc
roles/vim/files/.vimrc
@@ -7,8 +7,7 @@
7
" options, so any other options should be set AFTER setting 'compatible'.
8
set nocompatible
9
set title " set title of window
10
-"set titlestring=VIM:\ %-25.55F\ %a%r%m titlelen=70
11
-set titlestring=\ \ [PWD:\ %{getcwd()}]\ \ %F\ %a%r%m titlelen=80
+set titlestring=\ [CWD:\ %{getcwd()}]\ \ \ \ [%t]%a%r%m%h%w%q titlelen=80
12
set ttyfast " Make the keyboard fast
13
"set timeout timeoutlen=1000 ttimeoutlen=50
14
set showmode " always show what mode we're currently editing in
scripts/cli_setup.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
3
cp ../roles/vim/files/.vimrc ~
4
+echo ".vimrc from vim role copied to home directory"
0 commit comments