Compare commits
No commits in common. "e6c89e513d492c3a41459269a891aec93bed5029" and "6dd90bc25461b62ab21d5858d061d7769e093680" have entirely different histories.
e6c89e513d
...
6dd90bc254
@ -182,26 +182,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"from": {
|
|
||||||
"key_code": "down_arrow"
|
|
||||||
},
|
|
||||||
"to": [
|
|
||||||
{
|
|
||||||
"pointing_button": "button32"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": {
|
|
||||||
"key_code": "left_arrow"
|
|
||||||
},
|
|
||||||
"to": [
|
|
||||||
{
|
|
||||||
"pointing_button": "button32"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "left_command"
|
"key_code": "left_command"
|
||||||
@ -222,16 +202,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"from": {
|
|
||||||
"key_code": "right_arrow"
|
|
||||||
},
|
|
||||||
"to": [
|
|
||||||
{
|
|
||||||
"pointing_button": "button32"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"from": {
|
"from": {
|
||||||
"key_code": "right_command"
|
"key_code": "right_command"
|
||||||
@ -251,6 +221,36 @@
|
|||||||
"pointing_button": "button32"
|
"pointing_button": "button32"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "down_arrow"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"pointing_button": "button32"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "left_arrow"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"pointing_button": "button32"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": {
|
||||||
|
"key_code": "right_arrow"
|
||||||
|
},
|
||||||
|
"to": [
|
||||||
|
{
|
||||||
|
"pointing_button": "button32"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -18,7 +18,7 @@ let g:python_host_prog = ''
|
|||||||
set autoindent
|
set autoindent
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set tabstop=4 shiftwidth=2 expandtab
|
set tabstop=4
|
||||||
set nocompatible
|
set nocompatible
|
||||||
set noshowmode
|
set noshowmode
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
|
@ -21,7 +21,6 @@ set -g display-time 1000 # slightly longer status messages display time
|
|||||||
set -g status-interval 10 # redraw status line every 10 seconds
|
set -g status-interval 10 # redraw status line every 10 seconds
|
||||||
set -g monitor-activity on
|
set -g monitor-activity on
|
||||||
set -g visual-activity off
|
set -g visual-activity off
|
||||||
set -g visual-bell off
|
|
||||||
bind C-c new-session
|
bind C-c new-session
|
||||||
bind C-f command-prompt -p find-session 'switch-client -t %%'
|
bind C-f command-prompt -p find-session 'switch-client -t %%'
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
|
Loading…
Reference in New Issue
Block a user