mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
3 Commits
54900c488c
...
29294cfbe8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29294cfbe8 | ||
|
|
e7ed19386a | ||
|
|
fdaa20dff0 |
@ -47,8 +47,8 @@ window:
|
|||||||
# Blank space added around the window in pixels. This padding is scaled
|
# Blank space added around the window in pixels. This padding is scaled
|
||||||
# by DPI and the specified value is always added at both opposing sides.
|
# by DPI and the specified value is always added at both opposing sides.
|
||||||
padding:
|
padding:
|
||||||
x: 0
|
x: 2
|
||||||
y: 0
|
y: 2
|
||||||
|
|
||||||
# Spread additional padding evenly around the terminal content.
|
# Spread additional padding evenly around the terminal content.
|
||||||
dynamic_padding: true
|
dynamic_padding: true
|
||||||
|
|||||||
15
tmux.conf.local
Normal file
15
tmux.conf.local
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
set -g mouse on
|
||||||
|
|
||||||
|
set -g status-position bottom
|
||||||
|
|
||||||
|
set -g status-style bg='#444444',fg='#cccccc'
|
||||||
|
|
||||||
|
set -g status-right "%H:%M %d-%b-%y"
|
||||||
|
|
||||||
|
bind -n C-M-l next-window
|
||||||
|
bind -n C-M-h previous-window
|
||||||
|
|
||||||
|
bind -n C-h select-pane -L
|
||||||
|
bind -n C-j select-pane -D
|
||||||
|
bind -n C-k select-pane -U
|
||||||
|
bind -n C-l select-pane -R
|
||||||
@ -9,6 +9,10 @@ export HISTFILE=$HOME/.zsh_history
|
|||||||
export HISTSIZE=4096
|
export HISTSIZE=4096
|
||||||
export SAVEHIST=4096
|
export SAVEHIST=4096
|
||||||
|
|
||||||
|
# use NeoVim as EDITOR
|
||||||
|
export VISUAL=nvim
|
||||||
|
export EDITOR=$VISUAL
|
||||||
|
|
||||||
# shared history
|
# shared history
|
||||||
setopt append_history
|
setopt append_history
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user