No description
Find a file
2026-02-23 20:02:27 +01:00
.ssh fix(ssh): fix github key 2026-02-23 20:02:27 +01:00
fish feat(alias/abbr): new alias for ip: 2026-02-20 07:48:48 +01:00
scripts feat(git): add script for cherry-picking multiple commits 2026-02-12 14:28:27 +01:00
vim/spell vim: add spellcheck (#1) 2024-06-19 12:53:13 +02:00
.bash_aliases feat(alias/abbr): new alias for ip: 2026-02-20 07:48:48 +01:00
.bash_extra dont start tmux in non-interactive sessions 2025-11-19 14:32:06 +01:00
.bash_functions bash: move rg* to scripts 2024-06-05 20:25:54 +02:00
.bash_ps1 git-prompt: explicit source 2024-07-25 23:57:14 +02:00
.gitconfig feat(git): use commit message template 2026-01-14 10:32:56 +01:00
.gitignore fix(git): update gitignore 2026-02-18 10:24:49 +01:00
.tmux.conf fix(tmux): set fish windows titles 2026-02-01 19:48:51 +01:00
.vimrc fix(vim): remove more unused plugins, functions and mappings 2026-02-12 13:01:25 +01:00
git_default_commit_message.txt docs(git): update commit msg template 2026-02-18 10:23:26 +01:00
README.md feat(vim): update docs 2026-02-16 08:15:00 +01:00
README.vim vim: docs 2026-01-08 09:03:32 +01:00

vim

  • Linebreaks paragraph: vapqq
  • Spellcheck: zg/zw
  • Folds: za/zR/zA/zM/zm
  • Buffer h-to-v: Ctrl-w H
  • Buffer v-to-h: Ctrl-w J
  • Repeat last Motion Forward/Backwards: ;/,
  • last selection: gv
  • Jump to last cursor position: CTRL-O/CTRL-I