vim tab = 4 space


let _curfile = expand("%:t")
if _curfile =~ "Makefile" || _curfile =~ "makefile" || _curfile =~ ".*\.mk"
"Edit Makefile disable expandtab-function
set tabstop=4
set shiftwidth=4
set autoindent
set number
set noexpandtab
else
"Add below 3 line, set tab = 4 space
set tabstop=4
set shiftwidth=4
set expandtab
set autoindent
set number
endif

Install KDE Desktop for Ubuntu 24.04

1. Enter following command to install the KDE-plasma sudo apt install kde-plasma-desktop 2. Disable the login screen 2-1. Create default sdd...