Merge branch 'master' of https://github.com/Tristaan/dotfiles
This commit is contained in:
18
.config/fontconfig/fonts.conf
Normal file
18
.config/fontconfig/fonts.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<match target="font">
|
||||
<edit name="antialias" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
<edit name="hintstyle" mode="assign">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
</match>
|
||||
<alias>
|
||||
<family>system</family>
|
||||
<prefer><family>DejaVu Sans</family></prefer>
|
||||
</alias>
|
||||
|
||||
|
||||
</fontconfig>
|
||||
@@ -79,6 +79,12 @@ nnoremap <leader>so :OpenSession<Space>
|
||||
nnoremap <leader>ss :SaveSession<Space>
|
||||
nnoremap <leader>sd :DeleteSession<CR>
|
||||
nnoremap <leader>sc :CloseSession<CR>
|
||||
"
|
||||
" GitGutter maps
|
||||
noremap \hn <Plug>GitGutterNextHunk
|
||||
noremap \hp <Plug>GitGutterPreviewHunk
|
||||
noremap \hs <Plug>GitGutterStageHunk
|
||||
noremap \hr <Plug>GitGutterUndoHunk
|
||||
|
||||
"Git maps
|
||||
noremap <Leader>gs :Gstatus<CR>
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
/home/tristan/build/dotfiles/.config/nvim
|
||||
@@ -1,4 +1,4 @@
|
||||
':/home/tristan/build/rineja/public/images/ostalo
|
||||
':/
|
||||
v:/home/tristan/build/rineja/app/views
|
||||
a:/home/tristan/build/rineja/app/assets
|
||||
c:/home/tristan/build/rineja/app/controllers
|
||||
|
||||
Reference in New Issue
Block a user