Compare commits
2 Commits
d59b067075
...
22b08f92f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
22b08f92f0
|
|||
|
a60d4a8246
|
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
## Tools
|
||||||
|
|
||||||
|
### Core tools
|
||||||
|
|
||||||
|
```
|
||||||
|
bat
|
||||||
|
git-delta
|
||||||
|
fd
|
||||||
|
rg
|
||||||
|
```
|
||||||
|
|
||||||
|
### Usefull
|
||||||
|
|
||||||
|
```
|
||||||
|
jq
|
||||||
|
git-cliff
|
||||||
|
```
|
||||||
@@ -9,6 +9,8 @@ setw -g automatic-rename on
|
|||||||
set-window-option -g xterm-keys on
|
set-window-option -g xterm-keys on
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
|
set -g history-limit 5000
|
||||||
|
|
||||||
# Setup vi-mode with better keybindings
|
# Setup vi-mode with better keybindings
|
||||||
# TODO: Escape does not work properly for leaving
|
# TODO: Escape does not work properly for leaving
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
|
|||||||
Reference in New Issue
Block a user