Compare commits

...

4 Commits

Author SHA1 Message Date
e6c89e513d
Set ESC as default 2021-11-23 14:52:57 +01:00
d5d629b862
Tabs to spaces 2021-11-20 15:48:19 +01:00
22c9fced82
Mapped esc as ` 2021-11-20 15:47:00 +01:00
971da2e20b
Remove blinks tmux 2021-11-20 15:46:32 +01:00
3 changed files with 42 additions and 41 deletions

View File

@ -182,46 +182,6 @@
}
]
},
{
"from": {
"key_code": "left_command"
},
"to": [
{
"key_code": "left_option"
}
]
},
{
"from": {
"key_code": "left_option"
},
"to": [
{
"key_code": "right_command"
}
]
},
{
"from": {
"key_code": "right_command"
},
"to": [
{
"key_code": "right_option"
}
]
},
{
"from": {
"key_code": "up_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "down_arrow"
@ -242,6 +202,26 @@
}
]
},
{
"from": {
"key_code": "left_command"
},
"to": [
{
"key_code": "left_option"
}
]
},
{
"from": {
"key_code": "left_option"
},
"to": [
{
"key_code": "right_command"
}
]
},
{
"from": {
"key_code": "right_arrow"
@ -251,6 +231,26 @@
"pointing_button": "button32"
}
]
},
{
"from": {
"key_code": "right_command"
},
"to": [
{
"key_code": "right_option"
}
]
},
{
"from": {
"key_code": "up_arrow"
},
"to": [
{
"pointing_button": "button32"
}
]
}
]
},

View File

@ -18,7 +18,7 @@ let g:python_host_prog = ''
set autoindent
set noexpandtab
set softtabstop=4
set tabstop=4
set tabstop=4 shiftwidth=2 expandtab
set nocompatible
set noshowmode
set noerrorbells

View File

@ -21,6 +21,7 @@ set -g display-time 1000 # slightly longer status messages display time
set -g status-interval 10 # redraw status line every 10 seconds
set -g monitor-activity on
set -g visual-activity off
set -g visual-bell off
bind C-c new-session
bind C-f command-prompt -p find-session 'switch-client -t %%'
bind - split-window -v