Compare commits

..

No commits in common. "a65c072fcb6772ee940fef2a1683cdb39833416b" and "ead1a91c95c6425025f59e6d077ba147fbd6fa09" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View file

@ -2,7 +2,7 @@ local g = vim.g
local o = vim.o
-- Change scale factor with C+ and C-
g.neovide_scale_factor = 1
g.neovide_scale_factor = {{@@ scale_factor|default(1.0) @@}}
local change_scale_factor = function(delta)
g.neovide_scale_factor = g.neovide_scale_factor * delta
end

View file

@ -97,17 +97,6 @@
if [ "''${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
# use <ESC> e to open command in editor
autoload edit-command-line; zle -N edit-command-line
bindkey -M vicmd e edit-command-line
# bind delete in normal mode
bindkey -M vicmd '^[[3~' delete-char
# Rebind fzf to ctrl+f
bindkey '^F' fzf-file-widget
bindkey '^T' transpose-chars
'';
};