feat(config): enable linebreak and disable modes in cmdline
This commit is contained in:
parent
eb23c9e4b1
commit
d20dc7dc2f
1 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,9 @@
|
|||
# Global statusline
|
||||
laststatus = 3;
|
||||
|
||||
# Wrap lines at 'breakat'
|
||||
linebreak = true;
|
||||
|
||||
# Enable list mode
|
||||
list = true;
|
||||
|
||||
|
|
@ -68,6 +71,9 @@
|
|||
# Number of spaces to use for indentation
|
||||
shiftwidth = 2;
|
||||
|
||||
# Disable showing modes in command line
|
||||
showmode = false;
|
||||
|
||||
# Always show tabline
|
||||
showtabline = 2;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue