aboutsummaryrefslogtreecommitdiff
path: root/home/.nanorc
blob: 2327dd72329bd9c4ce3418a72e052277e62cdd8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# ~/.nanorc

## Character limit
set fill 72        # limit line-length to 72 chars
set guidestripe 73 # show a guide line at 73 chars

## Line-wrapping
set atblanks       # wrap line at blanks
set softwrap       # enable softwrapping lines

## Tabs & Spaces
set tabstospaces   # convert tabs to spaces
set tabsize 4      # set tab size to 4 spaces
set autoindent     # new lines have same indentation as previous line

## Selection
set zap            # Backspace / Delete selected region

## UI Settings
set constantshow   # display useful info in bottom bar
set minibar        # filename & info on bottom bar, remove top bar
set indicator      # scroll bar
set linenumbers    # line numbers

## Keybinds
set smarthome      # smarter Home-key behavior


## Syntax highlighting
include "/usr/share/nano/*.nanorc" # enable syntax highlighting