Chromebook commits, tmux, x etc
This commit is contained in:
@@ -28,6 +28,7 @@ set -g mode-keys vi
|
|||||||
|
|
||||||
# enable mouse control (click wind, panes, resizable panes) - as of tmux 2.1
|
# enable mouse control (click wind, panes, resizable panes) - as of tmux 2.1
|
||||||
# copy/paste: shift+left click to highlight, then shift+middle to past
|
# copy/paste: shift+left click to highlight, then shift+middle to past
|
||||||
if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
|
#if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
|
||||||
'set -g mouse on; set -g mouse-utf8 on' \
|
# 'set -g mouse on; set -g mouse-utf8 on' \
|
||||||
'set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on'
|
# 'set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on'
|
||||||
|
set -g mouse on
|
||||||
|
|||||||
Submodule vim/.vim/bundle/nerdtree updated: 8cd17c1a47...a3fdf1e3c1
Submodule vim/.vim/bundle/syntastic updated: 5e1b26c172...e1161a723a
Submodule vim/.vim/bundle/vim-airline updated: d8eb12845f...e03afa1733
Submodule vim/.vim/bundle/vim-airline-themes updated: 08c76e4cd0...5d75d76ca2
@@ -43,6 +43,7 @@ nnoremap <C-l> <C-W><C-L>
|
|||||||
nnoremap <C-h> <C-W><C-H>
|
nnoremap <C-h> <C-W><C-H>
|
||||||
" use jj to escape insert mode
|
" use jj to escape insert mode
|
||||||
inoremap jj <Esc>
|
inoremap jj <Esc>
|
||||||
|
inoremap jk <Esc>
|
||||||
|
|
||||||
nnoremap <leader>l :ls<CR>:b<Space>
|
nnoremap <leader>l :ls<CR>:b<Space>
|
||||||
nnoremap <Tab> :bnext<CR>
|
nnoremap <Tab> :bnext<CR>
|
||||||
|
|||||||
@@ -23,8 +23,8 @@
|
|||||||
*color14: #7E9982
|
*color14: #7E9982
|
||||||
*color15: #BDBDA4
|
*color15: #BDBDA4
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt.font: xft:xos4 Terminus:size=14:antialias=true
|
URxvt.font: xft:Terminus:size=14:antialias=true
|
||||||
URxvt.boldFont: xft:xos4 Terminus:bold:size=14:antialias=true
|
URxvt.boldFont: xft:Terminus:bold:size=14:antialias=true
|
||||||
URxvt*transparent: true
|
URxvt*transparent: true
|
||||||
URxvt*shading: 10
|
URxvt*shading: 10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user