mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
vim: Add "set ruler" option to configuration file.
This will show a small line at the bottom which displays the current cursor position and more. References bug #10021.
This commit is contained in:
3
lfs/vim
3
lfs/vim
@@ -79,9 +79,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
ln -sv vim /usr/bin/vi
|
||||
echo "set nocompatible" > /etc/vimrc
|
||||
echo "set backspace=2" >> /etc/vimrc
|
||||
echo "set ruler" >> /etc/vimrc
|
||||
echo "syntax on" >> /etc/vimrc
|
||||
echo -e "if (&term == \"iterm\") || (&term == \"putty\")" >> /etc/vimrc
|
||||
echo "set background=dark" >> /etc/vimrc
|
||||
echo " set background=dark" >> /etc/vimrc
|
||||
echo "endif" >> /etc/vimrc
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user