Update dotfiles
This commit is contained in:
parent
d8dc8c7655
commit
462b50fb83
|
@ -17,6 +17,8 @@ unclutter &
|
||||||
|
|
||||||
picom &
|
picom &
|
||||||
|
|
||||||
|
fix-mouse &
|
||||||
|
|
||||||
#wmname LG3D
|
#wmname LG3D
|
||||||
|
|
||||||
"$HOME/.local/bin/sound" &
|
"$HOME/.local/bin/sound" &
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
[user]
|
[user]
|
||||||
name = Santiago Lo Coco
|
name = Santiago Lo Coco
|
||||||
email = slococo@slc.ar
|
email = slococo@slc.ar
|
||||||
|
signingkey = F995EFC8B68B1ADF
|
||||||
|
[includeIf "gitdir:~/Documents/"]
|
||||||
|
path = ./config-other
|
||||||
|
[includeIf "gitdir:~/.config/"]
|
||||||
|
path = ./config-other
|
||||||
[commit]
|
[commit]
|
||||||
gpgSign = false
|
gpgSign = true
|
||||||
[gc]
|
[gc]
|
||||||
autoDetach = false
|
autoDetach = false
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
|
|
|
@ -22,10 +22,9 @@ Plug 'jiangmiao/auto-pairs'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set bg=dark
|
set bg=dark
|
||||||
set go=a
|
"set go=a
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set nohlsearch
|
set nohlsearch
|
||||||
" set clipboard+=unnamedplus
|
|
||||||
|
|
||||||
" Use this one if you want to use Middle click to paste copied text from vim
|
" Use this one if you want to use Middle click to paste copied text from vim
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
let mapleader =","
|
let mapleader =","
|
||||||
|
|
||||||
set bg=dark
|
set bg=dark
|
||||||
set go=a
|
"set go=a
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set nohlsearch
|
set nohlsearch
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
|
|
|
@ -21,7 +21,7 @@ setopt HIST_SAVE_NO_DUPS
|
||||||
setopt HIST_IGNORE_ALL_DUPS
|
setopt HIST_IGNORE_ALL_DUPS
|
||||||
setopt HIST_IGNORE_SPACE
|
setopt HIST_IGNORE_SPACE
|
||||||
setopt globdots
|
setopt globdots
|
||||||
setopt menu_complete
|
#setopt menu_complete
|
||||||
setopt no_case_glob
|
setopt no_case_glob
|
||||||
setopt no_case_match
|
setopt no_case_match
|
||||||
setopt interactive_comments
|
setopt interactive_comments
|
||||||
|
|
Loading…
Reference in New Issue