Minor tmux corrections
This commit is contained in:
parent
64da4c30d8
commit
ab4c17de32
|
@ -1,6 +1,7 @@
|
||||||
#
|
#
|
||||||
# ~/.bashrc
|
# ~/.bashrc
|
||||||
#
|
#
|
||||||
|
export HISTSIZE=10000
|
||||||
|
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
@ -167,14 +168,14 @@ alias top="htop"
|
||||||
alias ssh="TERM=xterm-256color ssh"
|
alias ssh="TERM=xterm-256color ssh"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias vi="nvim"
|
alias vi="nvim"
|
||||||
alias rtv="rtv --enable-media"
|
|
||||||
alias spin="spin -k"
|
|
||||||
alias dnote="/home/jfm/Tools/dnote/dnote"
|
|
||||||
alias k9s="/home/jfm/Tools/k9s/k9s"
|
alias k9s="/home/jfm/Tools/k9s/k9s"
|
||||||
alias kubectx="/home/jfm/Repositories/GitHub/kubectx/kubectx"
|
alias kubectx="/home/jfm/Repositories/GitHub/kubectx/kubectx"
|
||||||
alias buildtool="/home/jfm/.buildtool/bin/buildtool"
|
alias buildtool="/home/jfm/.buildtool/bin/buildtool"
|
||||||
alias vpnup="nmcli con up id \"YouSee VPN\""
|
alias vpnup="nmcli con up id \"YouSee VPN\""
|
||||||
alias vpndown="nmcli con down id \"YouSee VPN\""
|
alias vpndown="nmcli con down id \"YouSee VPN\""
|
||||||
|
alias k9t="k9s --context onboarding-test/master-int-liquid-tdk-dk:443/m78311"
|
||||||
|
alias k9p="k9s --context onboarding-prod/liquid-tdk-dk:443/m78311"
|
||||||
|
alias dtmux="tmux new \; split-window -h -p 40"
|
||||||
|
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
syntax on
|
syntax on
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
||||||
|
let base16colorspace=256
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
set clipboard=unnamed
|
set clipboard=unnamed
|
||||||
set clipboard+=unnamedplus
|
set clipboard+=unnamedplus
|
||||||
|
@ -11,16 +12,21 @@ set expandtab
|
||||||
set number
|
set number
|
||||||
set autoread
|
set autoread
|
||||||
set hidden
|
set hidden
|
||||||
set background=dark
|
set termguicolors
|
||||||
|
set background=light
|
||||||
set rtp^=/usr/share/vim/vimfiles/
|
set rtp^=/usr/share/vim/vimfiles/
|
||||||
set undodir=~/.local/share/nvim/undodir
|
set undodir=~/.local/share/nvim/undodir
|
||||||
set undofile
|
set undofile
|
||||||
set colorcolumn=80
|
set colorcolumn=80
|
||||||
set foldmethod=syntax
|
set foldmethod=syntax
|
||||||
set foldlevelstart=20
|
set foldlevelstart=20
|
||||||
|
set relativenumber
|
||||||
|
|
||||||
"Plugins
|
"Plugins
|
||||||
call plug#begin('~/.local/share/nvim/plugged')
|
call plug#begin('~/.local/share/nvim/plugged')
|
||||||
|
" Colorschemes
|
||||||
|
Plug 'chriskempson/base16-vim'
|
||||||
|
Plug 'arcticicestudio/nord-vim'
|
||||||
|
|
||||||
" Pretty Status Lines
|
" Pretty Status Lines
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
|
@ -32,10 +38,7 @@ Plug 'jlanzarotta/bufexplorer'
|
||||||
" Completion
|
" Completion
|
||||||
Plug 'honza/vim-snippets'
|
Plug 'honza/vim-snippets'
|
||||||
Plug 'epilande/vim-react-snippets'
|
Plug 'epilande/vim-react-snippets'
|
||||||
Plug 'neoclide/coc.nvim', {'do': './install.sh'}
|
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||||
|
|
||||||
" Colorscheme
|
|
||||||
Plug 'arcticicestudio/nord-vim'
|
|
||||||
|
|
||||||
" Pretty parenthesis
|
" Pretty parenthesis
|
||||||
Plug 'luochen1990/rainbow'
|
Plug 'luochen1990/rainbow'
|
||||||
|
@ -60,6 +63,8 @@ Plug 'alvan/vim-closetag'
|
||||||
Plug 'janko/vim-test'
|
Plug 'janko/vim-test'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
||||||
|
" Colorscheme and Theming
|
||||||
colorscheme nord
|
colorscheme nord
|
||||||
|
|
||||||
"Airline
|
"Airline
|
||||||
|
@ -128,7 +133,7 @@ map <M-3> :HFiles<CR>
|
||||||
:vmap r "_dP
|
:vmap r "_dP
|
||||||
:nmap <c-s> :w<CR>
|
:nmap <c-s> :w<CR>
|
||||||
:imap <c-s> <Esc>:w<CR>a
|
:imap <c-s> <Esc>:w<CR>a
|
||||||
:nmap <F28> :bd<CR>
|
:nmap <silent> <F28> :bd<CR>
|
||||||
nnoremap <C-J> <C-W><C-J>
|
nnoremap <C-J> <C-W><C-J>
|
||||||
nnoremap <C-K> <C-W><C-K>
|
nnoremap <C-K> <C-W><C-K>
|
||||||
nnoremap <C-L> <C-W><C-L>
|
nnoremap <C-L> <C-W><C-L>
|
||||||
|
|
|
@ -0,0 +1,55 @@
|
||||||
|
# Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
|
||||||
|
# Copyright (c) 2016-present Sven Greb <code@svengreb.de>
|
||||||
|
|
||||||
|
# Project: Nord Termite
|
||||||
|
# Repository: https://github.com/arcticicestudio/nord-termite
|
||||||
|
# License: MIT
|
||||||
|
|
||||||
|
[options]
|
||||||
|
#font = Source Code Pro for Powerline 10
|
||||||
|
font = Hack Nerd Font 10
|
||||||
|
scrollback_lines = 10000
|
||||||
|
size_hints = true
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
cursor = #d8dee9
|
||||||
|
cursor_foreground = #2e3440
|
||||||
|
|
||||||
|
foreground = #d8dee9
|
||||||
|
foreground_bold = #d8dee9
|
||||||
|
background = #2e3440
|
||||||
|
|
||||||
|
highlight = #4c566a
|
||||||
|
|
||||||
|
color0 = #3b4252
|
||||||
|
color1 = #bf616a
|
||||||
|
color2 = #a3be8c
|
||||||
|
color3 = #ebcb8b
|
||||||
|
color4 = #81a1c1
|
||||||
|
color5 = #b48ead
|
||||||
|
color6 = #88c0d0
|
||||||
|
color7 = #e5e9f0
|
||||||
|
color8 = #4c566a
|
||||||
|
color9 = #bf616a
|
||||||
|
color10 = #a3be8c
|
||||||
|
color11 = #ebcb8b
|
||||||
|
color12 = #81a1c1
|
||||||
|
color13 = #b48ead
|
||||||
|
color14 = #8fbcbb
|
||||||
|
color15 = #eceff4
|
||||||
|
color100 = #2e3440
|
||||||
|
color101 = #3b4252
|
||||||
|
color102 = #434c5e
|
||||||
|
color103 = #4c566a
|
||||||
|
color104 = #d8dee9
|
||||||
|
color105 = #e5e9f0
|
||||||
|
color106 = #eceff4
|
||||||
|
color107 = #8fBcBB
|
||||||
|
color108 = #88c0d0
|
||||||
|
color109 = #81a1c1
|
||||||
|
color110 = #5e81ac
|
||||||
|
color111 = #bf616a
|
||||||
|
color112 = #d08770
|
||||||
|
color113 = #ebcb8b
|
||||||
|
color114 = #a3be8c
|
||||||
|
color115 = #b48ead
|
|
@ -0,0 +1,52 @@
|
||||||
|
# Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
|
||||||
|
# Copyright (c) 2016-present Sven Greb <code@svengreb.de>
|
||||||
|
|
||||||
|
# Project: Nord Termite
|
||||||
|
# Repository: https://github.com/arcticicestudio/nord-termite
|
||||||
|
# License: MIT
|
||||||
|
|
||||||
|
[options]
|
||||||
|
#font = Source Code Pro for Powerline 10
|
||||||
|
font = Hack Nerd Font 10
|
||||||
|
scrollback_lines = 10000
|
||||||
|
size_hints = true
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
|
||||||
|
# special
|
||||||
|
foreground = #373b41
|
||||||
|
foreground_bold = #373b41
|
||||||
|
cursor = #373b41
|
||||||
|
background = #ffffff
|
||||||
|
|
||||||
|
# black
|
||||||
|
color0 = #1d1f21
|
||||||
|
color8 = #969896
|
||||||
|
|
||||||
|
# red
|
||||||
|
color1 = #cc6666
|
||||||
|
color9 = #cc6666
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 = #b5bd68
|
||||||
|
color10 = #b5bd68
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 = #f0c674
|
||||||
|
color11 = #f0c674
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 = #81a2be
|
||||||
|
color12 = #81a2be
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 = #b294bb
|
||||||
|
color13 = #b294bb
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 = #8abeb7
|
||||||
|
color14 = #8abeb7
|
||||||
|
|
||||||
|
# white
|
||||||
|
color7 = #c5c8c6
|
||||||
|
color15 = #ffffff
|
Loading…
Reference in New Issue