Update:add git wip,nvim add colorcolumn=100,&other

This commit is contained in:
arnaucube
2020-12-19 21:34:43 +01:00
parent 18191e0e38
commit e79a90c8f5
7 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
[user]
email = emailhere
name = arnaucube
[diff]
tool = --get
[core]
pager = delta
[delta]
@@ -8,3 +13,6 @@
syntax-theme = Monokai Extended
[interactive]
diffFilter = delta --color-only
[alias]
wip = for-each-ref --sort='authordate:iso8601' --format=' %(color:green)%(authordate:relative)%09%(color:white)%(refname:short)' refs/heads

1
.vimrc
View File

@@ -8,7 +8,6 @@ call plug#end()
set termguicolors
set term=xterm-256color
colorscheme space-vim-dark
set background=dark

View File

@@ -1,2 +1 @@
xmodmap .Xmodmap
setxkbmap -layout us -option

View File

@@ -189,6 +189,8 @@ let g:gruvbox_contrast_dark = 'hard'
let g:gruvbox_contrast_light = 'hard'
let g:srcery_italic = 1
set colorcolumn=100
set background=dark
" colorscheme molokai

View File

@@ -0,0 +1,4 @@
#!/bin/sh
xrandr --auto
xrandr --output HDMI-2 --right-of eDP-1
xrandr --output DP-1 --right-of HDMI-2

View File

@@ -0,0 +1,4 @@
#!/bin/sh
xrandr --auto
xrandr --output HDMI-2 --above eDP-1
xrandr --output DP-1 --left-of HDMI-2

View File

@@ -39,3 +39,6 @@ set sidescrolloff=5 " keep at least 5 lines left/right
" toggle for paste mode
set pastetoggle=<F3>
" set ignorecase " do case insensitive search
set incsearch " show incremental search results as you type