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

26
.nanorc
View File

@ -1,13 +1,15 @@
set linenumbers
set autoindent
set constantshow
set tabsize 4
set zap
set positionlog
set softwrap
# shortcuts
bind ^C copy main
bind ^F whereis all
set linenumbers
set autoindent
set constantshow
set tabsize 4
set zap
set positionlog
set softwrap
# sane shortcuts
bind ^c copy main
bind ^v paste main
bind ^z undo main
bind ^y redo main
bind ^F whereis all
bind ^S savefile main