From d40e3db3d305083a9dce78a07d4f726f9d96f860 Mon Sep 17 00:00:00 2001 From: Adam <56338480+adastx@users.noreply.github.com> Date: Sat, 1 Jan 2022 21:40:27 +0100 Subject: Colemak keymap. Updated binds for i3, zsh, (n)vim --- .config/i3/config | 16 ++++++++++++++++ .config/keyd/default.conf | 1 + .config/nvim/lua/binds.lua | 2 +- .config/zsh/.zshrc | 4 ---- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 120000 .config/keyd/default.conf (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 53aaefb..b33ba53 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,12 +37,20 @@ bindsym $mod+h focus left bindsym $mod+j focus down bindsym $mod+k focus up bindsym $mod+l focus right +bindsym $mod+Left focus left +bindsym $mod+Down focus down +bindsym $mod+Up focus up +bindsym $mod+Right focus right # Move focused window bindsym $mod+Shift+h move left bindsym $mod+Shift+j move down bindsym $mod+Shift+k move up bindsym $mod+Shift+l move right +bindsym $mod+Shift+Left move left +bindsym $mod+Shift+Down move down +bindsym $mod+Shift+Up move up +bindsym $mod+Shift+Right move right # Focus the parent container bindsym $mod+a focus parent # Focus tiled / floating windows @@ -97,11 +105,19 @@ mode "Resize Mode" { bindsym j resize shrink height 6 px or 6 ppt bindsym k resize grow height 6 px or 6 ppt bindsym l resize grow width 6 px or 6 ppt + bindsym Left resize shrink width 6 px or 6 ppt + bindsym Down resize shrink height 6 px or 6 ppt + bindsym Up resize grow height 6 px or 6 ppt + bindsym Right resize grow width 6 px or 6 ppt bindsym Shift+h resize shrink width 12 px or 12 ppt bindsym Shift+j resize shrink height 12 px or 12 ppt bindsym Shift+k resize grow height 12 px or 12 ppt bindsym Shift+l resize grow width 12 px or 12 ppt + bindsym Shift+Left resize shrink width 12 px or 12 ppt + bindsym Shift+Down resize shrink height 12 px or 12 ppt + bindsym Shift+Up resize grow height 12 px or 12 ppt + bindsym Shift+Right resize grow width 12 px or 12 ppt bindsym minus gaps inner current minus 5 bindsym plus gaps inner current plus 5 diff --git a/.config/keyd/default.conf b/.config/keyd/default.conf new file mode 120000 index 0000000..37df45e --- /dev/null +++ b/.config/keyd/default.conf @@ -0,0 +1 @@ +/etc/keyd/default.conf \ No newline at end of file diff --git a/.config/nvim/lua/binds.lua b/.config/nvim/lua/binds.lua index 2bbaa69..0e7ae96 100644 --- a/.config/nvim/lua/binds.lua +++ b/.config/nvim/lua/binds.lua @@ -8,7 +8,7 @@ map('', 'Y', 'y$', opts) map('n', '', ':nohl', opts) map('n', 'n', 'nzzzv', opts) map('n', 'N', 'Nzzzv', opts) -map('i', 'kj', '', opts) +-- map('i', 'kj', '', opts) map('t', 'kj', '', { noremap = true }) map('i', ',', ',u', opts) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c9fe57c..2c5102a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -84,10 +84,6 @@ alias nova='ssh -p 2080 192.168.0.156' alias luamake=/home/adam/Documents/github/lua-language-server/3rd/luamake/luamake -function zvm_config() { - ZVM_VI_INSERT_ESCAPE_BINDKEY=kj -} - function zvm_after_init() { source '/usr/share/fzf/key-bindings.zsh' source '/usr/share/fzf/completion.zsh' -- cgit v1.2.3-70-g09d2