Compare commits
2 Commits
8fafe7c0b3
...
b9f4110c28
Author | SHA1 | Date | |
---|---|---|---|
b9f4110c28 | |||
d8dd73480c |
13
.editorconfig
Normal file
13
.editorconfig
Normal 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
0
.gitmodules
vendored
@ -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
1
gemini-server-start.bat
Normal file
@ -0,0 +1 @@
|
||||
binary\agate --content .\public\ --addr 0.0.0.0:12701 --hostname localhost --lang en-US
|
@ -1,5 +1,6 @@
|
||||
# Blog archive
|
||||
|
||||
Nothing!
|
||||
## Tag's
|
||||
=> unix/ *nix
|
||||
|
||||
=> ../ Back to home
|
||||
|
5
public/posts/unix/index.gmi
Normal file
5
public/posts/unix/index.gmi
Normal file
@ -0,0 +1,5 @@
|
||||
# *nix notes
|
||||
|
||||
=> tmux.gmi Горячие клавиши tmux
|
||||
|
||||
=> ../ Back to home
|
30
public/posts/unix/tmux.gmi
Normal file
30
public/posts/unix/tmux.gmi
Normal file
@ -0,0 +1,30 @@
|
||||
# Горячие клавиши tmux
|
||||
|
||||
## Показать список сессий
|
||||
|
||||
```
|
||||
tmux list-sessions
|
||||
```
|
||||
|
||||
## Разделить панель
|
||||
```
|
||||
Ctrl + b " # по вертикали
|
||||
Ctrl + b % # по горизонтали
|
||||
```
|
||||
|
||||
## Перемещение по панелям
|
||||
```
|
||||
Ctrl + b [СТРЕЛКИ]
|
||||
```
|
||||
|
||||
## Переименовать сессию
|
||||
```
|
||||
Ctrl + b $
|
||||
```
|
||||
|
||||
## Закрыть сессию
|
||||
```
|
||||
Ctrl + b d
|
||||
```
|
||||
|
||||
=> ../ Back to home
|
@ -1,3 +1,5 @@
|
||||
# ПОМОЕЧКА \_/
|
||||
|
||||
Nothing...
|
||||
|
||||
=> ../ Back to home
|
||||
|
Loading…
Reference in New Issue
Block a user