Skip to content

Commit 94fc4bc

Browse files
committed
update .vimrc and cli_setup.sh
1 parent b0a6f7e commit 94fc4bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/vim/files/.vimrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
" options, so any other options should be set AFTER setting 'compatible'.
88
set nocompatible
99
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
10+
set titlestring=\ [CWD:\ %{getcwd()}]\ \ \ \ [%t]%a%r%m%h%w%q titlelen=80
1211
set ttyfast " Make the keyboard fast
1312
"set timeout timeoutlen=1000 ttimeoutlen=50
1413
set showmode " always show what mode we're currently editing in

scripts/cli_setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

33
cp ../roles/vim/files/.vimrc ~
4+
echo ".vimrc from vim role copied to home directory"

0 commit comments

Comments
 (0)