Compare commits

...

2 commits

Author SHA1 Message Date
KemoNine 336dd0a92d add preferred file/dir opening key binds 2022-04-23 11:56:10 -04:00
KemoNine 45b1fc1227 ignore ido.last globally 2022-04-23 11:55:47 -04:00
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.elc
orig/
ido.last
**/auto-save-list
**/bookmarks
**/persp-confs

View file

@ -154,6 +154,8 @@
(global-set-key (kbd "C-c u") 'toggle-truncate-lines)
(global-set-key (kbd "<M-f4>") 'delete-frame)
(global-set-key (kbd "C-x C-z") nil)
(global-set-key (kbd "C-o") 'find-file)
(global-set-key (kbd "C-k") 'dired)
(global-set-key (kbd "C-c w")
(lambda ()
(interactive)