Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Popov b9f4110c28
add tmux guides 2021-11-03 03:30:48 +03:00
Alexander Popov d8dd73480c
add editorconfig 2021-11-03 03:30:30 +03:00
8 changed files with 53 additions and 3 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[nginxconfig]
indent_style = space
indent_size = 4

0
.gitmodules vendored
View File

View File

@ -1,5 +1,3 @@
# my Gemini site repo
## Using Software
* Server: [agate](https://github.com/mbrubeck/agate)
* HTTP proxy: [kineto](https://git.sr.ht/~sircmpwn/kineto)

1
gemini-server-start.bat Normal file
View File

@ -0,0 +1 @@
binary\agate --content .\public\ --addr 0.0.0.0:12701 --hostname localhost --lang en-US

View File

@ -1,5 +1,6 @@
# Blog archive
Nothing!
## Tag's
=> unix/ *nix
=> ../ Back to home

View File

@ -0,0 +1,5 @@
# *nix notes
=> tmux.gmi Горячие клавиши tmux
=> ../ Back to home

View File

@ -0,0 +1,30 @@
# Горячие клавиши tmux
## Показать список сессий
```
tmux list-sessions
```
## Разделить панель
```
Ctrl + b " # по вертикали
Ctrl + b % # по горизонтали
```
## Перемещение по панелям
```
Ctrl + b [СТРЕЛКИ]
```
## Переименовать сессию
```
Ctrl + b $
```
## Закрыть сессию
```
Ctrl + b d
```
=> ../ Back to home

View File

@ -1,3 +1,5 @@
# ПОМОЕЧКА \_/
Nothing...
=> ../ Back to home