Compare commits

...

2 Commits

Author SHA1 Message Date
c0dev0id
c94167cb73 Update 2024-10-11 15:39 Linux/x86_64-ld5587 2024-10-11 15:39:51 +02:00
c0dev0id
2cfd87665a Update 2024-10-10 16:47 Linux/x86_64-ld5587 2024-10-10 16:47:42 +02:00
3 changed files with 6 additions and 1 deletions

View File

@ -36,3 +36,6 @@
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 1000
set -sg escape-time 50
set -g default-terminal "tmux-256color"

View File

@ -57,6 +57,8 @@ 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',