Skip to content

Instantly share code, notes, and snippets.

@jantobola
jantobola / .ideavimrc
Last active February 4, 2025 14:01
IdeaVim Keymaps
" .ideavimrc is a configuration file for IdeaVim plugin. It uses
" the same commands as the original .vimrc configuration.
" You can find a list of commands here: https://jb.gg/h38q75
" Find more examples here: https://jb.gg/share-ideavimrc
let mapleader = " "
set peekaboo
set scrolloff=5
set hlsearch
set which-key
@file:DependsOn("com.github.doyaaaaaken:kotlin-csv-jvm:0.7.3")
@file:DependsOn("com.sun.mail:javax.mail:1.6.2")
import com.github.doyaaaaaken.kotlincsv.dsl.csvReader
import java.io.FileNotFoundException
import java.lang.Exception
import java.net.PasswordAuthentication
import java.nio.charset.StandardCharsets
import java.nio.file.Path
import java.nio.file.Paths