No description
Find a file
2026-03-15 17:21:04 +01:00
.ssh feat(ssh): add gitsrv 2026-03-01 14:50:21 +01:00
fish feat(alias/abbr): new alias for ip: 2026-02-20 07:48:48 +01:00
scripts feat(bash): add fzf for history 2026-03-14 12:08:50 +01:00
vim/spell vim: add spellcheck (#1) 2024-06-19 12:53:13 +02:00
.bash_aliases fix(alias): fix ip alias 2026-03-15 17:21:04 +01:00
.bash_extra feat(bash): add fzf for history 2026-03-14 12:08:50 +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 feat(vim): add keybindings to move viewport and center it 2026-03-15 09:44:52 +01:00
fzf_key_bindings.bash feat(bash): add fzf for history 2026-03-14 12:08:50 +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