We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea04b46 commit 44c9836Copy full SHA for 44c9836
tmux/.tmux.conf
@@ -53,6 +53,8 @@ set -s escape-time 0
53
# Copy-mode
54
set-window-option -g mode-keys vi
55
56
+set-option -g focus-events on
57
+
58
# -------------------------------------------------------------------
59
# Key bindings
60
zsh/.zshrc
@@ -140,4 +140,8 @@ source $HOME/.dotfiles/zsh/private.zsh
140
# open files
141
ulimit -n 10000
142
143
+# do not write jrnl entries to history
144
+setopt HIST_IGNORE_SPACE
145
+alias jrnl=" jrnl"
146
147
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
0 commit comments