set fo=tcrqn " see help (complex) set tabstop=4 " tab spacing (settings below are just to unify it) set softtabstop=4 " unify set shiftwidth=4 " unify set noexpandtab " real tabs please! set smarttab " use tabs at the start of a line, spaces elsewhere set nowrap " do not wra...
" llvm CODING GUIDELines conformance for VIM " $Revision$ " " Maintainer: The LLVM Team, http://llvm.org " WARNING: Read before you source in all these commands and macros! Some " of them may change VIM behavior that you depend on. " " You can run VIM with these settings without ch...
1.首先是编辑器的乱码,这个很好解决,file->settings->appearence里面有个Name设置成支持中文的字 体(这个... 两分钟解决IntelliJ IDEA中文乱码问题 作者:kuweiMaster 来源:CSDN 原文:https://blog.csdn.net/m0_37893932/article/details/78280663 首先是编辑器的乱码,这个很好解决,file->settings->appearence里面有...
" Setting some decent VIM settings for programming set ai " set auto-indenting on for programming set showmatch " automatically show matching brackets. works like it does in bbedit. set vb " turn on the "visual bell" - which is much quieter than the "audio blink" set ruler " show the ...
"Mode Settingslet&t_SI.="\e[5 q""SI=INSERTmodelet&t_SR.="\e[4 q""SR=REPLACEmodelet&t_EI.="\e[1 q""EI=NORMALmode(ELSE)"Cursor settings:"1->blinking block "2->solid block "3->blinking underscore "4->solid underscore
Linux 下配置 HugePages 本文基于x86_64 Linux下来描述如何配值 HugePages。 有关HugePages的特性请参考:Linux HugePage 特性 1、为什么需要配值HugePages ?...d、No Swapping: We must avoid swapping to happen on Linux OS at all Document 1295478.1... 使用Oracle 提供的脚本hugepages_settings.sh的脚本来...
Places for your personal initializations: Unix $HOME/.vimrc or $HOME/.vim/vimrc MS-Windows $HOME/_vimrc, $HOME/vimfiles/vimrc or $VIM/_vimrc Amiga s:.vimrc, home:.vimrc, home:vimfiles:vimrc or $VIM/.vimrc Haiku $HOME/config/settings/vim/vimrc ...
coc-settings.json ALE: add pgformatter for SQL November 2, 2021 13:50 README.md VIM ConfigurationPrepareInstall fzfLinuxgit clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf ~/.fzf/installMacbrew install fzf $(brew --prefix)/opt/fzf/install...
" System specified Settings {{{2 if has("win32") " {{{3 if !isdirectory($VIM.'/swapfiles') let s:dir = $VIM.'/swapfiles' if has('win32') && $LANG =~? 'zh_CN' let s:dir = iconv(s:dir, 'utf-8', 'cp936') endif silent! call mkdir(s...
Settings for various tools I use. dotfiles vimrc bashrc terminal wsl tmux-conf Updated Oct 12, 2024 Shell skywind3000 / vim-init Star 906 Code Issues Pull requests 轻量级 Vim 配置框架,全中文注释 vim vimrc vim-configuration vimrc-settings Updated Jul 26, 2024 Vim Script artart222...