Improve vim stuff
This commit is contained in:
parent
5216b386c3
commit
68a92323e4
5 changed files with 8 additions and 2797 deletions
|
@ -41,7 +41,7 @@ alias j='jump'
|
|||
|
||||
alias keepass-unlock='(pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx)'
|
||||
|
||||
alias less='less -FS'
|
||||
alias less='less -FS -x4'
|
||||
alias ls='ls -lFh --color=auto'
|
||||
alias lsblk='lsblk -o +PARTLABEL,FSTYPE,UUID'
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ export QT_QPA_PLATFORMTHEME="qt5ct"
|
|||
|
||||
export TERMINAL="alacritty"
|
||||
|
||||
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
||||
export VIMINIT="if has('nvim') | source $XDG_CONFIG_HOME/nvim/init.lua | else | source $XDG_CONFIG_HOME/vim/vimrc | endif"
|
||||
|
||||
export WOODPECKER_SERVER="https://ci.serguzim.me"
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -54,7 +54,6 @@ syntax on
|
|||
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
|
||||
set modeline
|
||||
set laststatus=2
|
||||
|
|
|
@ -157,8 +157,8 @@ c_thirdpersonshoulderaimdist "120.0"
|
|||
c_thirdpersonshoulderdist "40.0"
|
||||
c_thirdpersonshoulderheight "5.0"
|
||||
c_thirdpersonshoulderoffset "20.0"
|
||||
cachedvalue_count_partybrowser "1657217296"
|
||||
cachedvalue_count_teammates "1657657862"
|
||||
cachedvalue_count_partybrowser "1658686737"
|
||||
cachedvalue_count_teammates "1658761735"
|
||||
cam_collision "1"
|
||||
cam_idealdelta "4.0"
|
||||
cam_idealdist "150"
|
||||
|
@ -305,7 +305,7 @@ cl_showloadout "1"
|
|||
cl_showpluginmessages2 "0"
|
||||
cl_sniper_delay_unscope "0"
|
||||
cl_spec_follow_grenade_key "0"
|
||||
cl_spec_mode "5"
|
||||
cl_spec_mode "4"
|
||||
cl_tablet_mapmode "2"
|
||||
cl_teamid_overhead_mode "2"
|
||||
cl_teammate_colors_show "1"
|
||||
|
@ -456,7 +456,7 @@ player_competitive_maplist_2v2_10_0_F88E9A71 "mg_de_train,mg_de_lake,mg_de_infer
|
|||
player_competitive_maplist_8_10_0_A1BE4499 "mg_de_mirage,mg_de_overpass,mg_de_vertigo,mg_de_nuke,mg_de_ancient,mg_de_cache"
|
||||
player_nevershow_communityservermessage "0"
|
||||
player_survival_list_10_0_303 "mg_dz_blacksite,mg_dz_sirocco,mg_dz_vineyard,mg_dz_ember"
|
||||
player_teamplayedlast "3"
|
||||
player_teamplayedlast "2"
|
||||
player_wargames_list2_10_0_E04 "mg_skirmish_flyingscoutsman,mg_skirmish_armsrace,mg_skirmish_demolition,mg_skirmish_retakes"
|
||||
r_drawmodelstatsoverlaymax "1.5"
|
||||
r_drawmodelstatsoverlaymin "0.1"
|
||||
|
@ -527,7 +527,7 @@ sv_logsdir "logs"
|
|||
sv_noclipaccelerate "5"
|
||||
sv_noclipspeed "5"
|
||||
sv_pvsskipanimation "1"
|
||||
sv_skyname "newcache"
|
||||
sv_skyname "sky_cs15_daylight01_hdr"
|
||||
sv_specaccelerate "5"
|
||||
sv_specnoclip "1"
|
||||
sv_specspeed "3"
|
||||
|
@ -554,7 +554,7 @@ ui_inventorysettings_recently_acknowledged ""
|
|||
ui_mainmenu_bkgnd_movie_EB8697C1 "ancient"
|
||||
ui_nearbylobbies_filter3 "competitive"
|
||||
ui_news_last_read_link "https://blog.counter-strike.net/index.php/2022/07/38840/"
|
||||
ui_playsettings_custom_preset "mg_de_mirage,mg_de_inferno,mg_de_overpass,mg_de_nuke,mg_de_ancient,mg_de_train,mg_de_cache"
|
||||
ui_playsettings_custom_preset "mg_casualdelta"
|
||||
ui_playsettings_directchallengekey "ATRYH-RQPC-SF3DP-J43J"
|
||||
ui_playsettings_flags_listen_casual "0"
|
||||
ui_playsettings_flags_listen_competitive "48"
|
||||
|
|
Loading…
Reference in a new issue