added tmux config
This commit is contained in:
26
.nanorc
26
.nanorc
@ -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
|
||||
Reference in New Issue
Block a user