mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Compare commits
No commits in common. "29294cfbe89d0d2cbf1ac8e1ffcb911ad0a68bf3" and "54900c488c8308a02479062c9e89c15ce01e0228" have entirely different histories.
29294cfbe8
...
54900c488c
@ -47,8 +47,8 @@ window:
|
||||
# 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.
|
||||
padding:
|
||||
x: 2
|
||||
y: 2
|
||||
x: 0
|
||||
y: 0
|
||||
|
||||
# Spread additional padding evenly around the terminal content.
|
||||
dynamic_padding: true
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
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,10 +9,6 @@ export HISTFILE=$HOME/.zsh_history
|
||||
export HISTSIZE=4096
|
||||
export SAVEHIST=4096
|
||||
|
||||
# use NeoVim as EDITOR
|
||||
export VISUAL=nvim
|
||||
export EDITOR=$VISUAL
|
||||
|
||||
# shared history
|
||||
setopt append_history
|
||||
setopt inc_append_history
|
||||
|
||||
Loading…
Reference in New Issue
Block a user