Update some configs
This commit is contained in:
parent
65f913310a
commit
92366b38ac
4 changed files with 17 additions and 14 deletions
|
@ -9,6 +9,7 @@
|
|||
docker-credential-helpers
|
||||
exa # ls-alternative
|
||||
faas-cli # cli for openfaas
|
||||
fzf # fuzzy finder
|
||||
git # git
|
||||
gitflow # tool for git workflow
|
||||
git-lfs # git support for large files
|
||||
|
|
|
@ -104,6 +104,8 @@ map <leader>n :NERDTreeToggle<CR>
|
|||
map <Leader>m <Plug>(easymotion-prefix)
|
||||
|
||||
nnoremap <CR> :noh<CR><CR>
|
||||
nnoremap <C-d> <C-d>zz
|
||||
nnoremap <C-u> <C-u>zz
|
||||
|
||||
|
||||
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
|
||||
|
|
|
@ -3,11 +3,11 @@ debug=false
|
|||
hide_file_names = false
|
||||
hide_project_folder = true
|
||||
hide_branch_names = false
|
||||
ignore=
|
||||
COMMIT_EDITMSG$
|
||||
PULLREQ_EDITMSG$
|
||||
MERGE_MSG$
|
||||
TAG_EDITMSG$
|
||||
exclude =
|
||||
^COMMIT_EDITMSG$
|
||||
^PULLREQ_EDITMSG$
|
||||
^MERGE_MSG$
|
||||
^TAG_EDITMSG$
|
||||
exclude_unknown_project = true
|
||||
api_key = ${WAKATIME_API_KEY}
|
||||
[projectmap]
|
||||
|
|
|
@ -157,8 +157,8 @@ c_thirdpersonshoulderaimdist "120.0"
|
|||
c_thirdpersonshoulderdist "40.0"
|
||||
c_thirdpersonshoulderheight "5.0"
|
||||
c_thirdpersonshoulderoffset "20.0"
|
||||
cachedvalue_count_partybrowser "1676212496"
|
||||
cachedvalue_count_teammates "1676212497"
|
||||
cachedvalue_count_partybrowser "1679514130"
|
||||
cachedvalue_count_teammates "1679514122"
|
||||
cam_collision "1"
|
||||
cam_idealdelta "4.0"
|
||||
cam_idealdist "150"
|
||||
|
|
Loading…
Reference in a new issue