Commit 6a8889da013c536a902a841e6417448f2cf62cfd

Enable smart-case in tig
Author: xaizek
Author date (UTC): 2018-10-18 16:12
Committer name: xaizek
Committer date (UTC): 2018-10-18 16:12
Parent(s): d2a2228bf29992d62245224be3c7193287358cfe
Signing key: 99DC5E4DB05F6BE2
Tree: d3207ddba018baf93091bffc4df3cf400c42a689
File Lines added Lines deleted
tigrc 3 0
File tigrc changed (mode: 100644) (index fa79b54..45c8c15)
... ... set status-show-untracked-dirs = false
27 27 # tabs take 4 character positions # tabs take 4 character positions
28 28 set tab-size = 4 set tab-size = 4
29 29
30 # ignore case unless search string doesn't contain uppercase letters
31 set ignore-case = smart-case
32
30 33 # more readable and closer to git defaults look # more readable and closer to git defaults look
31 34 color cursor black yellow normal color cursor black yellow normal
32 35 color date black default bold color date black default bold
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master