As vim’s own help on set background
says, “Setting this option does not change the background color, it tells Vim what the background color looks like. For changing the background color, see |:hi-normal|.”
For example
:highlight Normal ctermfg=grey ctermbg=darkblue
will write in white on blue on your color terminal.
Related Posts:
- Confused about stdin, stdout and stderr?
- Kill detached screen session [closed]
- What does pss mean in /proc/pid/smaps
- apt-get error: Sub-process /usr/bin/dpkg returned an error code (1)
- How to unmount a busy device
- performing HTTP requests with cURL (using PROXY)
- Linux: ‘Username’ is not in the sudoers file. This incident will be reported
- Pass a password to ssh in pure bash
- subprocess.Popen(): OSError: [Errno 8] Exec format error in python?
- How to substitute shell variables in complex text files
- How can I recursively find all files in current and subfolders based on wildcard matching?
- How can I exclude directories from grep -R?
- gcc: error: unrecognized command line option
- QEMU: /bin/sh: can’t access tty; job control turned off
- How to change permissions for a folder and its subfolders/files in one step
- Explaining the ‘find -mtime’ command
- Building HelloWorld C++ Program in Linux with ncurses
- How does “cat << EOF" work in bash?
- Need a good hex editor for Linux
- WSL – GEDIT Unable to init server: Could not connect: Connection refused
- Install tkinter for Python
- How to open some ports on Ubuntu?
- mv: cannot stat error : No such file or directory error
- mysql_config not found when installing mysqldb python interface
- Linux error while loading shared libraries: cannot open shared object file: No such file or directory
- Diff command along with Grep gives “Binary file (standard input) matches”
- How would I get a cron job to run every 30 minutes?
- Trying to use bash on Windows and got no installed distributions message
- Is there a “goto” statement in bash?
- Explanation of polkitd Unregistered Authentication Agent
- scp from Linux to Windows
- tar: Cowardly refusing to create an empty archive
- Implementing shell in C and need help handling input/output redirection
- Unable to establish SSL connection upon wget on Ubuntu 14.04 LTS
- How to grep and replace
- Telnet [Unable to connect to remote host: Connection refused]
- configure: error: cannot run C compiled programs
- Can’t remove a directory in Unix
- tar: add all files and directories in current directory INCLUDING .svn and so on
- Syntax error near unexpected token ‘then’
- “find: paths must precede expression:” How do I specify a recursive search that also finds files in the current directory?
- Bash script prints “Command Not Found” on empty lines
- How to use sed to extract substring
- error : storage class specified for parameter
- Why does “docker attach” hang?
- Pipe to/from the clipboard in a Bash script
- what does -zxvf mean in tar -zxvf filename?
- Linux Bash: Move multiple different files into same directory
- Restarting cron after changing crontab file?
- How to include file in a bash shell script
- how to search for a directory from the terminal in ubuntu
- Does Mac OS X use Linux?
- How to enable Bash in Windows 10 developer preview?
- Android – Command not found
- EC2 ssh Permission denied (publickey,gssapi-keyex,gssapi-with-mic)
- How to add a default include path for GCC in Linux?
- Delete .DS_STORE files in current folder and all subfolders from command line on Mac
- How do I know the script file name in a Bash script?
- Hosting multiple WordPress sites on single server – best practices?
- Communcation with wordrpess and linux server [closed]
- Can scp copy directories recursively?
- Why is my crontab not working, and how can I troubleshoot it?
- Showing total progress in rsync: is it possible?
- Copying a large directory tree locally? cp or rsync?
- Why is “chmod -R 777 /” destructive?
- When does `cron.daily` run?
- How to check if a library is installed?
- When does /tmp get cleared?
- How to cd into a directory with this name “-2” (starting with the hyphen)?
- How do I prevent accidental rm -rf /*?
- What does ‘set -e’ do, and why might it be considered dangerous?
- What’s the best way to check if a volume is mounted in a Bash script?
- Force dig to resolve without using cache
- Meaning of directories on Unix and Unix like systems
- How to handle security updates within Docker containers?
- Job scheduling using crontab, what will happen when computer is shutdown during that time?
- How to remove empty/blank lines from a file in Unix (including spaces)?
- Colors in bash after piping through less?
- List of files installed from apt package
- How to re-order windows, change the scroll shortcut, and modify the status bar contents in GNU Screen?
- Linux command line best practices and tips?
- Allow SFTP but disallow SSH?
- How to get pid of just started process
- How to add a security group to a running EC2 Instance?
- How bad is it really to install Linux on one big partition?
- How to force nginx to resolve DNS (of a dynamic hostname) everytime when doing proxy_pass?
- Can I send some text to the STDIN of an active process running in a screen session?
- I have a keypair. How do I determine the key length?
- How to do the port forwarding from one ip to another ip in same network?
- How to disable everything in crontab -l?
- df says disk is full, but it is not
- Perform rsync while following sym links
- SSH from A through B to C, using private key on B [closed]
- Why don’t EC2 ubuntu images have swap?
- Caching/preloading files on Linux into RAM
- How to sort ps output by process start time?
- Is there a proper way to clear logs?
- Transfer 15TB of tiny files
- memcache vs memcached?
- How do I join two named pipes into single input stream in linux