Compare commits

..

No commits in common. "c94167cb73a2de7aba79cbd357014bbe5e51e7a5" and "1e957715553d05754f96505ab67978b977cc6388" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View File

@ -36,6 +36,3 @@
tool = vimdiff2
[rerere]
enabled = true
[credential "https://github.wdf.sap.corp"]
helper =
helper = !/usr/bin/gh auth git-credential

View File

@ -68,7 +68,7 @@ set-option -g allow-rename off
set -g set-titles off
# Reduce delay for escape key press
set -sg escape-time 50
set -sg escape-time 1000
set -g default-terminal "tmux-256color"

View File

@ -57,8 +57,6 @@ set listchars=tab:>- " which characters to display
set wildmode=full
""map :q map <leader>q :bp<bar>sp<bar>bn<bar>bd<CR>
let g:currentmode={
\ 'n' : 'NORMAL',
\ 'v' : 'VISUAL',