No description
Find a file
Sanchayan Maity 3c0e1088ad nvim: Drop easymotion
We use easymotion primarily for vertical motion and any motion requires
at least 3 or 4 key bindings which isn't necessarily different if we are
using relative numbers. For example, pressing <Leader>j and then
pressing another one or two keys for the vertical movement is the same
number of keys while using relative numbers. So just use relative
numbers and drop it. We also never used the word and character motions
or cross window motions.

Use f,F,t,T for horizontal line motions. Use clever-f for this, which
improves the default behaviour. For any other motion not covered by
these two, just use incsearch.

While at it, move some of the key bindings to after/plugin to have
key bindings specific to a plugin in it's own file.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
2020-05-10 20:41:02 +05:30
fish/.config/fish fish: Add git alias helpers for opening & adding unmerged files 2020-05-03 21:46:52 +05:30
git git: gitconfig: Remove diff3 as conflict style 2020-05-05 11:26:23 +05:30
gnupg/.gnupg Update gnupg and notmuch config 2019-12-31 15:04:16 +05:30
i3/.i3 i3: Fix the keyboard layout and make capslock function as ESC 2020-01-14 12:39:13 +05:30
imapfilter/.imapfilter Update all mail related configs 2020-01-06 10:55:00 +05:30
mbsync Update all mail related configs 2020-01-06 10:55:00 +05:30
msmtp Update all mail related configs 2020-01-06 10:55:00 +05:30
mutt/.mutt mutt: Fix msmtp account settings inside mutt 2020-01-06 18:51:47 +05:30
notmuch Update all mail related configs 2020-01-06 10:55:00 +05:30
nvim nvim: Drop easymotion 2020-05-10 20:41:02 +05:30
offlineimap Individual configs should still be in directories 2019-12-31 14:38:50 +05:30
tmux tmux: Update tmux plugins 2020-03-30 11:00:44 +05:30
.gitignore gitignore: Ignore patch & diff files 2020-01-14 21:53:44 +05:30
.gitmodules tmux: Remove tmux fingers 2020-03-25 19:06:21 +05:30
Makefile Makefile: Do not stow gnupg config 2020-01-03 15:27:01 +05:30