Merge branch 'master' of ssh://jonfu.com/home/jon/dots
This commit is contained in:
@@ -31,4 +31,11 @@ set -g mode-keys vi
|
|||||||
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 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'
|
||||||
|
<<<<<<< HEAD
|
||||||
# 'set -g mouse on; set -g mouse-utf8 on' \
|
# 'set -g mouse on; set -g mouse-utf8 on' \
|
||||||
|
=======
|
||||||
|
|
||||||
|
bind-key Tab last-window
|
||||||
|
bind-key BTab previous-window
|
||||||
|
|
||||||
|
>>>>>>> 8ec84cb04cb2073f5741bc1073e53dfa4a088a50
|
||||||
|
|||||||
41
tmux/.tmux_BACKUP_4958.conf
Normal file
41
tmux/.tmux_BACKUP_4958.conf
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
#change C-b to Ca
|
||||||
|
unbind C-b
|
||||||
|
set-option -g prefix C-a
|
||||||
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
|
# split panes using | and -
|
||||||
|
bind | split-window -h
|
||||||
|
bind - split-window -v
|
||||||
|
unbind '"'
|
||||||
|
unbind %
|
||||||
|
|
||||||
|
# stop tmux from renaming the window every time you run a command
|
||||||
|
set-option -g allow-rename off
|
||||||
|
set-option -g pane-active-border-fg blue
|
||||||
|
|
||||||
|
# select panes with vim keys
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
||||||
|
# change base from 0 to 1 for reachability
|
||||||
|
set -g base-index 1
|
||||||
|
|
||||||
|
# set vi modes
|
||||||
|
set -g status-keys vi
|
||||||
|
set -g mode-keys vi
|
||||||
|
|
||||||
|
# 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
|
||||||
|
if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
|
||||||
|
'set -g mouse on' \
|
||||||
|
'set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on'
|
||||||
|
<<<<<<< HEAD
|
||||||
|
# 'set -g mouse on; set -g mouse-utf8 on' \
|
||||||
|
=======
|
||||||
|
|
||||||
|
bind-key Tab last-window
|
||||||
|
bind-key BTab previous-window
|
||||||
|
|
||||||
|
>>>>>>> 8ec84cb04cb2073f5741bc1073e53dfa4a088a50
|
||||||
33
tmux/.tmux_BASE_4958.conf
Normal file
33
tmux/.tmux_BASE_4958.conf
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
#change C-b to Ca
|
||||||
|
unbind C-b
|
||||||
|
set-option -g prefix C-a
|
||||||
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
|
# split panes using | and -
|
||||||
|
bind | split-window -h
|
||||||
|
bind - split-window -v
|
||||||
|
unbind '"'
|
||||||
|
unbind %
|
||||||
|
|
||||||
|
# stop tmux from renaming the window every time you run a command
|
||||||
|
set-option -g allow-rename off
|
||||||
|
set-option -g pane-active-border-fg blue
|
||||||
|
|
||||||
|
# select panes with vim keys
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
||||||
|
# change base from 0 to 1 for reachability
|
||||||
|
set -g base-index 1
|
||||||
|
|
||||||
|
# set vi modes
|
||||||
|
set -g status-keys vi
|
||||||
|
set -g mode-keys vi
|
||||||
|
|
||||||
|
# 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
|
||||||
|
if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
|
||||||
|
'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'
|
||||||
34
tmux/.tmux_LOCAL_4958.conf
Normal file
34
tmux/.tmux_LOCAL_4958.conf
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
#change C-b to Ca
|
||||||
|
unbind C-b
|
||||||
|
set-option -g prefix C-a
|
||||||
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
|
# split panes using | and -
|
||||||
|
bind | split-window -h
|
||||||
|
bind - split-window -v
|
||||||
|
unbind '"'
|
||||||
|
unbind %
|
||||||
|
|
||||||
|
# stop tmux from renaming the window every time you run a command
|
||||||
|
set-option -g allow-rename off
|
||||||
|
set-option -g pane-active-border-fg blue
|
||||||
|
|
||||||
|
# select panes with vim keys
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
||||||
|
# change base from 0 to 1 for reachability
|
||||||
|
set -g base-index 1
|
||||||
|
|
||||||
|
# set vi modes
|
||||||
|
set -g status-keys vi
|
||||||
|
set -g mode-keys vi
|
||||||
|
|
||||||
|
# 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
|
||||||
|
if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
|
||||||
|
'set -g mouse 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; set -g mouse-utf8 on' \
|
||||||
37
tmux/.tmux_REMOTE_4958.conf
Normal file
37
tmux/.tmux_REMOTE_4958.conf
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
#change C-b to Ca
|
||||||
|
unbind C-b
|
||||||
|
set-option -g prefix C-a
|
||||||
|
bind-key C-a send-prefix
|
||||||
|
|
||||||
|
# split panes using | and -
|
||||||
|
bind | split-window -h
|
||||||
|
bind - split-window -v
|
||||||
|
unbind '"'
|
||||||
|
unbind %
|
||||||
|
|
||||||
|
# stop tmux from renaming the window every time you run a command
|
||||||
|
set-option -g allow-rename off
|
||||||
|
set-option -g pane-active-border-fg blue
|
||||||
|
|
||||||
|
# select panes with vim keys
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
||||||
|
# change base from 0 to 1 for reachability
|
||||||
|
set -g base-index 1
|
||||||
|
|
||||||
|
# set vi modes
|
||||||
|
set -g status-keys vi
|
||||||
|
set -g mode-keys vi
|
||||||
|
|
||||||
|
# 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
|
||||||
|
if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
|
||||||
|
'set -g mouse on' \
|
||||||
|
'set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on'
|
||||||
|
|
||||||
|
bind-key Tab last-window
|
||||||
|
bind-key BTab previous-window
|
||||||
|
|
||||||
5
vim/.vim/.netrwhist
Normal file
5
vim/.vim/.netrwhist
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
let g:netrw_dirhistmax =10
|
||||||
|
let g:netrw_dirhist_cnt =3
|
||||||
|
let g:netrw_dirhist_1='/home/jon'
|
||||||
|
let g:netrw_dirhist_2='/home/jon/.gnome'
|
||||||
|
let g:netrw_dirhist_3='/home/jon'
|
||||||
Submodule vim/.vim/bundle/vim-airline updated: d8eb12845f...e9a7a12d9e
1
vim/.vim/bundle/vim-surround
Submodule
1
vim/.vim/bundle/vim-surround
Submodule
Submodule vim/.vim/bundle/vim-surround added at e49d6c2459
@@ -78,6 +78,7 @@ Plugin 'vim-airline/vim-airline-themes'
|
|||||||
"Plugin 'klen/python-mode'
|
"Plugin 'klen/python-mode'
|
||||||
Plugin 'itchyny/calendar.vim'
|
Plugin 'itchyny/calendar.vim'
|
||||||
Plugin 'davidhalter/jedi-vim'
|
Plugin 'davidhalter/jedi-vim'
|
||||||
|
Plugin 'tpope/vim-surround'
|
||||||
|
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
*background: #151B1A
|
*background: #151B1A
|
||||||
*foreground: #8FA388
|
*foreground: #8FA388
|
||||||
|
|
||||||
! Alternate foreground
|
|
||||||
! !*foreground: #7E9982
|
|
||||||
|
|
||||||
*cursorColor: #9E6438
|
*cursorColor: #9E6438
|
||||||
|
|
||||||
*color0: #2E2B38
|
*color0: #2E2B38
|
||||||
@@ -30,4 +27,6 @@ URxvt*shading: 10
|
|||||||
|
|
||||||
URxvt*perl-ext-common: default,matcher
|
URxvt*perl-ext-common: default,matcher
|
||||||
URxvt*matcher.button: 1
|
URxvt*matcher.button: 1
|
||||||
URxvt*url-launcher: /usr/bin/google-chrome
|
! URxvt*url-launcher: /usr/bin/google-chrome
|
||||||
|
URxvt*url-launcher: /home/jon/Downloads/firefox/firefox
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user