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
|
docker-credential-helpers
|
||||||
exa # ls-alternative
|
exa # ls-alternative
|
||||||
faas-cli # cli for openfaas
|
faas-cli # cli for openfaas
|
||||||
|
fzf # fuzzy finder
|
||||||
git # git
|
git # git
|
||||||
gitflow # tool for git workflow
|
gitflow # tool for git workflow
|
||||||
git-lfs # git support for large files
|
git-lfs # git support for large files
|
||||||
|
|
|
@ -104,6 +104,8 @@ map <leader>n :NERDTreeToggle<CR>
|
||||||
map <Leader>m <Plug>(easymotion-prefix)
|
map <Leader>m <Plug>(easymotion-prefix)
|
||||||
|
|
||||||
nnoremap <CR> :noh<CR><CR>
|
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
|
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
[settings]
|
[settings]
|
||||||
debug=false
|
debug = false
|
||||||
hide_file_names=false
|
hide_file_names = false
|
||||||
hide_project_folder=true
|
hide_project_folder = true
|
||||||
hide_branch_names=false
|
hide_branch_names = false
|
||||||
ignore=
|
exclude =
|
||||||
COMMIT_EDITMSG$
|
^COMMIT_EDITMSG$
|
||||||
PULLREQ_EDITMSG$
|
^PULLREQ_EDITMSG$
|
||||||
MERGE_MSG$
|
^MERGE_MSG$
|
||||||
TAG_EDITMSG$
|
^TAG_EDITMSG$
|
||||||
exclude_unknown_project=true
|
exclude_unknown_project = true
|
||||||
api_key=${WAKATIME_API_KEY}
|
api_key = ${WAKATIME_API_KEY}
|
||||||
[projectmap]
|
[projectmap]
|
||||||
projects/emgauwa/core=emgauwa-core
|
projects/emgauwa/core = emgauwa-core
|
||||||
|
|
|
@ -157,8 +157,8 @@ c_thirdpersonshoulderaimdist "120.0"
|
||||||
c_thirdpersonshoulderdist "40.0"
|
c_thirdpersonshoulderdist "40.0"
|
||||||
c_thirdpersonshoulderheight "5.0"
|
c_thirdpersonshoulderheight "5.0"
|
||||||
c_thirdpersonshoulderoffset "20.0"
|
c_thirdpersonshoulderoffset "20.0"
|
||||||
cachedvalue_count_partybrowser "1676212496"
|
cachedvalue_count_partybrowser "1679514130"
|
||||||
cachedvalue_count_teammates "1676212497"
|
cachedvalue_count_teammates "1679514122"
|
||||||
cam_collision "1"
|
cam_collision "1"
|
||||||
cam_idealdelta "4.0"
|
cam_idealdelta "4.0"
|
||||||
cam_idealdist "150"
|
cam_idealdist "150"
|
||||||
|
|
Loading…
Reference in a new issue