mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Compare commits
No commits in common. "1f6518193ea2858f1dfccb5f1f2b53828c78ea76" and "fa0e057e2eadd1924450981dd6b39bf186025f29" have entirely different histories.
1f6518193e
...
fa0e057e2e
@ -115,7 +115,6 @@ for_window [class="Pavucontrol"] floating enable
|
||||
for_window [class="Blueman-manager"] floating enable
|
||||
for_window [class="floating-term" instance="termite"] floating enable
|
||||
for_window [class="Alacritty" instance="floating-term"] floating enable
|
||||
for_window [class="^jetbrains-.+$" title="win0"] floating enable
|
||||
for_window [window_role="floating-term"] floating enable
|
||||
for_window [title="^rofi$"] floating enable
|
||||
|
||||
|
@ -114,7 +114,6 @@ Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
||||
Plug 'chr4/nginx.vim'
|
||||
Plug 'PotatoesMaster/i3-vim-syntax'
|
||||
Plug 'puppetlabs/puppet-syntax-vim'
|
||||
Plug 'saltstack/salt-vim'
|
||||
Plug 'arrufat/vala.vim'
|
||||
|
||||
call plug#end()
|
||||
|
2
aliases
2
aliases
@ -131,7 +131,7 @@ alias gaN="git add -N"
|
||||
alias gaa="ga -A"
|
||||
alias grm="git rm"
|
||||
alias gc="git commit -s"
|
||||
alias gcm="git commit -s -em"
|
||||
alias gcm="git commit -s -m"
|
||||
alias gca="git commit -s --amend --date=\"$(date -R)\""
|
||||
alias gcn="git commit -s --no-edit"
|
||||
alias gcan="gca -s --no-edit"
|
||||
|
Loading…
Reference in New Issue
Block a user