added tmux config

This commit is contained in:
2024-02-06 12:17:57 +01:00
parent 7c37dd7587
commit d9fad43545
3 changed files with 64 additions and 25 deletions

View File

@ -1,14 +1,15 @@
# `.nanorc` configuration file
* `set linenumbers`: show line numbers
* `set autoindent`: automatically indent lines
* `set constantshow`: constantly display cursor position
* `set tabsize 4`: tab size of 4 columns
* `set zap`: allow backspace and delete to erase entire marked region
* `set softwrap`: soft line wrapping
## Usage
```sh
curl https://gitea.paulaumann.com/paul/nanorc/raw/branch/master/.nanorc > ~/.nanorc
This repository contains various configuration files.
## Usage
### `nano`
```sh
curl https://gitea.paulaumann.com/paul/dotfiles/raw/branch/main/.nanorc > ~/.nanorc
```
### `tmux`
```sh
curl https://gitea.paulaumann.com/paul/dotfiles/raw/branch/main/.tmux.conf > ~/.tmux.conf
```