;;; +keybindings.el -*- lexical-binding: t; -*- ;; Custom keybindings ;; ;; Keybindings for next/previous buffer (map! :n "C-c j" #'previous-buffer) (map! :n "C-c k" #'next-buffer)